From c80426129458893fffdb31df270f9af32dad3c2c Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 9 Oct 2021 15:55:43 +0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b44affb..e552e20 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,14 @@ cd syair-lyrics-fetch 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: -`./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 -`./fetch-lyrics-all.sh` +### For all songs - fetch-lyrics-all.sh - Run and watch it fetch lyrics and place them in Retro Music dir +``` +./fetch-lyrics-all.sh +```