Update README.md

This commit is contained in:
Shihaam Abdul Rahman
2021-10-09 15:55:43 +05:00
committed by GitHub
parent 0d2ee00fba
commit c804261294

View File

@@ -17,10 +17,14 @@ cd syair-lyrics-fetch
chmod +x *.sh chmod +x *.sh
``` ```
### fetch-lyrics.sh - Run the script with song name as arugment ### For a specific song - fetch-lyrics.sh - Run the script with song name as arugment
eg: eg:
`./fetch-lyrics.sh "Not a Damn Thing Changed"` ```
./fetch-lyrics.sh "Not a Damn Thing Changed"
```
### fetch-lyrics-all.sh - Run and watch it fetch lyrics and place them in Retro Music dir ### For all songs - fetch-lyrics-all.sh - Run and watch it fetch lyrics and place them in Retro Music dir
`./fetch-lyrics-all.sh` ```
./fetch-lyrics-all.sh
```