1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-19 20:33:21 +00:00

fixing issue in the readme where the clone command for the dtc compiler was missing .git

This commit is contained in:
Robert Wolterman
2017-01-28 04:30:48 +00:00
parent 73ae207e16
commit 40381efa74

View File

@ -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