Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 723f760

Browse files
committed
Updated README
1 parent 9148b15 commit 723f760

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Note that ``pytube`` occasionally shows some issues with downloading playlists.
3535
## Download
3636

3737
- For Windows just download the executable [here](https://github.com/realshouzy/YTDownloader/releases)
38-
- For Linux or macOS download the source code, install the [requirements](requirements.txt) via pip and run the [main.py](scripts/main.py) in the scripts module as a file
38+
- For Linux or macOS download the source code, install the [requirements](requirements.txt) via pip and run [main.py](scripts/main.py) in the scripts module
3939

4040
<br />
4141

@@ -69,10 +69,8 @@ Just run the executable.
6969

7070
```bash
7171
git clone https://github.com/realshouzy/YTDownloader.git
72-
7372
pip install -r requirements.txt
74-
75-
python3 -m script.main
73+
python3 /script/main.py
7674
```
7775

7876
## Tutorial

0 commit comments

Comments
 (0)