From 40381efa746fc38e3a0bf5dfe72edb8fe5ffc912 Mon Sep 17 00:00:00 2001 From: Robert Wolterman Date: Sat, 28 Jan 2017 04:30:48 +0000 Subject: [PATCH] fixing issue in the readme where the clone command for the dtc compiler was missing .git --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a1389aa..4de4a1b 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ For Python2.7:: sudo apt-get update sudo apt-get install git build-essential python-dev python-pip flex bison chip-dt-overlays -y - git clone https://github.com/atenart/dtc + git clone https://github.com/atenart/dtc.git cd dtc make sudo make install PREFIX=/usr @@ -25,7 +25,7 @@ For Python3:: sudo apt-get update sudo apt-get install git build-essential python3-dev python3-pip flex bison chip-dt-overlays -y - git clone https://github.com/atenart/dtc + git clone https://github.com/atenart/dtc.git cd dtc make sudo make install PREFIX=/usr