Skip to content

Commit

Permalink
update readme for linux start - stop script
Browse files Browse the repository at this point in the history
  • Loading branch information
bigsk1 committed Jul 4, 2024
1 parent 5a9f432 commit 777a523
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ A web-based user interface for yt-dlp, allowing easy video downloads from YouTub
```
./start.sh
```
- Then set permission to run using:

```bash
chmod +x start.sh
```

- On Windows:
```
start.bat
Expand All @@ -48,6 +54,13 @@ A web-based user interface for yt-dlp, allowing easy video downloads from YouTub

5. To stop the application:
- On Unix-based systems (Linux, macOS):

- set permission to stop using:

```bash
chmod +x stop.sh
```

```
./stop.sh
```
Expand Down

0 comments on commit 777a523

Please sign in to comment.