Update README.md

This commit is contained in:
Shihaam Abdul Rahman
2021-10-09 16:02:10 +05:00
committed by GitHub
parent c804261294
commit 4fad62982d

View File

@@ -17,14 +17,16 @@ cd syair-lyrics-fetch
chmod +x *.sh chmod +x *.sh
``` ```
### For a specific song - 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"
``` ```
### For all songs - 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
``` ```