diff --git a/README.md b/README.md index 7ec5157..df4c53d 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,22 @@ ## TODO - Create install scripts/guides (WIP) - Migrate from Bash to a POSIX-compliant shell -- Add Cover, and other metadata to vorbis tag (WIP) +- Add Cover, and other metadata to vorbis tag (Almost done) - Lyrics download (WIP) - Implement search & download for playlists, albums, and artists (WIP) - Support downloading multiple search results - Allow users to choose audio quality (currently defaults to LOSSLESS) -- Add a configuration file (WIP) -- Add default save directory (WIP) -- Error handling +- Add a configuration file (Done) +- Add default save directory (Done) +- Error handling (WIP) ## Using -- Download repository: `git clone https://git.medvidek77.tech/Medvidek77/tidler.git && cd tidler` -- (Optional) use unstable version: `git checkout dev` -- Add permissions as root: `chmod +x src/tidler` -- Run: `src/tidler` -- Enjoy! :) \ No newline at end of file +- Download repository: +`git clone https://git.medvidek77.tech/Medvidek77/tidler.git && cd tidler` +- (Optional) use unstable version: +`git checkout dev` +- Add permissions as root: +`chmod +x src/tidler` +- Run: +`src/tidler` +- Enjoy! :)