Skip to content

Commit f2228c2

Browse files
authored
Update README.md
1 parent 4947d91 commit f2228c2

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,26 @@ qt based music downloader written in python
55

66
### Just created this discord for discussions: [Discord Invite](https://discord.gg/2t6BNVgZ)
77

8-
# Installing and launching application
8+
# Installing and launching application from source
99
Make sure python3 is installed on your system then:
1010
- Clone or download and extract the repository file: ```git clone https://github.com/casualsnek/onethespot```
1111
- Navigate to the onthespot directory ```cd onethespot```
1212
- Install the dependencies with ```pip install -r requirements.txt```
1313
- Launch the application with ```python3 onthespot.py```
14-
15-
16-
Binary release are for windows will be worked on soon :). Note that it in early stage of development and features will be added . If you have ideas for improvement/features create a issue for discussion !
14+
15+
# Running using binaries
16+
## On Linux
17+
Download Latest 'onthespot_linux' from the release section and execute with
18+
```
19+
chmod +x onthespot_linux
20+
./onethespot_linux
21+
```
22+
## On Windows
23+
Download Latest 'onthespot_win.exe' from the release section and execute by double clicking the downloaded file
24+
If your downloads gets stuck at 99% and ```Converting``` on progress text, you are missing ffmpeg ! Please install it
25+
26+
27+
If you have ideas for improvement/features create a issue or join discord server for discussion !
1728

1829

1930
# Getting started

0 commit comments

Comments
 (0)