Browse Source

Update FAQ.md

Dirk Vingerhoeds 5 years ago
parent
commit
be5d2272ca
1 changed files with 0 additions and 2 deletions
  1. 0 2
      FAQ.md

+ 0 - 2
FAQ.md

@@ -25,7 +25,6 @@ You can use the `--download-following` function to check for available livestrea
 
 
 ```batch
-cd C:\Users\User\Desktop
 :loop
 pyinstalive -u "username" -p "password" -d "live-username"
 timeout 10 > nul
@@ -40,7 +39,6 @@ Make sure there is a configuration file called pyinstalive.ini in the directory
 ```shell
 while true
 do
-    cd /home/user/PyInstaLive/
     pyinstalive -u "username" -p "password" -d "live-username"
     sleep 10
 done