Fixed cloning issue for Debain/Ubuntu, sorry.
This commit is contained in:
Francis 2017-09-23 17:00:49 +01:00 committed by GitHub
parent 78f13ab0db
commit ea98347816

View file

@ -14,7 +14,7 @@ Python 3.5 or newer https://www.python.org/downloads/release/python-362/
to install the required modules, run: (For Debain/Ubuntu) to install the required modules, run: (For Debain/Ubuntu)
``` ```
sudo apt-install update && sudo apt install upgrade sudo apt-install update && sudo apt install upgrade
sudo apt-install python3-pip && sudo pip3 install livestreamer && sudo apt-get install git clone sudo apt-install python3-pip && sudo pip3 install livestreamer && sudo apt-get install git
cd /home/yourusername cd /home/yourusername
git clone https://github.com/beaston02/CAM4Recorder git clone https://github.com/beaston02/CAM4Recorder
cd CAM4Recorder cd CAM4Recorder