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