Dirk Vingerhoeds 5 anni fa
parent
commit
be5d2272ca
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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