From ea983478161970dff43cdef2cd837abed3005fe5 Mon Sep 17 00:00:00 2001 From: Francis Date: Sat, 23 Sep 2017 17:00:49 +0100 Subject: [PATCH] fix typo #2 Fixed cloning issue for Debain/Ubuntu, sorry. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7201f54..91ac437 100644 --- a/README.md +++ b/README.md @@ -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) ``` 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 git clone https://github.com/beaston02/CAM4Recorder cd CAM4Recorder