Update README.md

This commit is contained in:
Medvidek77 2025-02-15 22:27:26 +01:00
parent eb1965e0ee
commit def38db78d

View file

@ -3,7 +3,7 @@
*Tidal music downloader based on the hifi-tui API* *Tidal music downloader based on the hifi-tui API*
## Requirements ## Requirements
- `jq`, `bash`, `curl` - `bash`, `curl`, `jq`, `awk`
## TODO ## TODO
- Create install scripts/guides - Create install scripts/guides
@ -21,5 +21,4 @@
- (Optional) use unstable version: `git checkout dev` - (Optional) use unstable version: `git checkout dev`
- Add permissions as root: `chmod +x src/tidler` - Add permissions as root: `chmod +x src/tidler`
- Run: `src/tidler` - Run: `src/tidler`
- (Alternative) look into scripts/ for install scripts in `scripts/`
- Enjoy! :) - Enjoy! :)