Reference INSTALLATION.md in README
This commit is contained in:
parent
0db75acc7e
commit
ac4fff4e1f
|
@ -33,6 +33,8 @@ Installation:
|
||||||
python -m pip install git+https://zotify.xyz/zotify/zotify.git
|
python -m pip install git+https://zotify.xyz/zotify/zotify.git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
See [INSTALLATION](INSTALLATION.md) for a more detailed and opinionated installation walkthrough.
|
||||||
|
|
||||||
### Command line usage
|
### Command line usage
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -121,10 +123,8 @@ Example values could be:
|
||||||
~~~~
|
~~~~
|
||||||
{playlist}/{artist} - {song_name}.{ext}
|
{playlist}/{artist} - {song_name}.{ext}
|
||||||
{playlist}/{playlist_num} - {artist} - {song_name}.{ext}
|
{playlist}/{playlist_num} - {artist} - {song_name}.{ext}
|
||||||
Bangers/{artist} - {song_name}.{ext}
|
|
||||||
{artist} - {song_name}.{ext}
|
{artist} - {song_name}.{ext}
|
||||||
{artist}/{album}/{album_num} - {artist} - {song_name}.{ext}
|
{artist}/{album}/{album_num} - {artist} - {song_name}.{ext}
|
||||||
/home/user/downloads/{artist} - {song_name} [{id}].{ext}
|
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
### Docker Usage
|
### Docker Usage
|
||||||
|
|
Loading…
Reference in New Issue