Skip to content

Commit d53ac0b

Browse files
authored
Update README.md
1 parent cd1cf26 commit d53ac0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A lightweight, persistent, "Always-on-Top" media controller for Windows. This ap
2121
## 🚀 How to Get the App
2222

2323
### Option 1: Download the EXE (Easiest)
24-
1. Navigate to the **[Releases](https://github.com/YOUR_USERNAME/YOUR_REPO/releases)** tab.
24+
1. Navigate to the **[Releases](https://github.com/TheQber/MiniMediaController-Windows/releases)** tab.
2525
2. Download the `MiniMediaController.exe` file.
2626
3. **Note:** Because this is an unsigned community tool, Windows Defender may show a "Windows protected your PC" popup. Click **More Info** -> **Run Anyway**.
2727

@@ -30,7 +30,7 @@ If you prefer to run the script directly, ensure you have **Python 3.10+** insta
3030

3131
1. **Clone the repository:**
3232
```bash
33-
git clone [https://github.com/YOUR_USERNAME/YOUR_REPO.git](https://github.com/YOUR_USERNAME/YOUR_REPO.git)
33+
git clone [https://github.com/TheQber/MiniMediaController-Windows.git](https://github.com/TheQber/MiniMediaController-Windows.git)
3434
cd YOUR_REPO
3535
```
3636
2. **Install the required libraries:**
@@ -54,7 +54,7 @@ If you want to modify the code and package your own executable:
5454
```
5555
2. Run the build command:
5656
```bash
57-
pyinstaller --noconsole --onefile --name "MiniMediaController" media_controller.py
57+
pyinstaller --noconsole --onefile --name "MiniMediaController" Windows_Media_Controller.py
5858
```
5959
3. Your standalone app will be waiting in the `dist/` folder.
6060

0 commit comments

Comments
 (0)