@@ -43,10 +43,10 @@ Before running this application, you'll need to install some dependencies:
4343
4444The easiest way to get started is to download the pre-built binaries:
4545
46- 1 . ** Go to the [ Releases page] ( https://github.com/your-username/loushrecorder /releases ) **
46+ 1 . ** Go to the [ Releases page] ( https://github.com/LinuxDevil/MeetingVideo-Transrecorder /releases ) **
47472 . ** Download the appropriate installer for your platform:**
48- - ** Windows** : ` loushrecorder -1.0.0-setup.exe`
49- - ** macOS** : ` loushrecorder -1.0.0.dmg`
48+ - ** Windows** : ` meetingvideo-transrecorder -1.0.0-setup.exe`
49+ - ** macOS** : ` meetingvideo-transrecorder -1.0.0.dmg`
50503 . ** Install and run the application**
5151
5252### Option 2: Build from Source
@@ -56,8 +56,8 @@ If you prefer to build from source or need the latest development version:
5656#### 1. Clone the Repository
5757
5858``` bash
59- git clone < repository-url >
60- cd loushrecorder
59+ git clone https://github.com/LinuxDevil/MeetingVideo-Transrecorder
60+ cd meetingvideo-transrecorder
6161```
6262
6363### 2. Install Dependencies
@@ -300,7 +300,7 @@ This will check and install required dependencies automatically.
300300## Project Structure
301301
302302```
303- loushrecorder /
303+ meetingvideo-transrecorder /
304304├── src/
305305│ ├── main/ # Electron main process
306306│ │ ├── handlers/ # IPC handlers
@@ -416,7 +416,7 @@ git push origin v1.0.1
416416
417417#### For Manual Builds
418418
419- 1 . ** Go to the [ Actions tab] ( https://github.com/your-username/loushrecorder /actions ) **
419+ 1 . ** Go to the [ Actions tab] ( https://github.com/LinuxDevil/MeetingVideo-Transrecorder /actions ) **
4204202 . ** Click "Build Artifacts"**
4214213 . ** Click "Run workflow"**
4224224 . ** Select branch and click "Run workflow"**
0 commit comments