diff options
author | Patrick Roth <roth@stettbacher.ch> | 2019-10-04 11:56:05 +0200 |
---|---|---|
committer | Patrick Roth <roth@stettbacher.ch> | 2019-10-04 11:56:05 +0200 |
commit | 939e365ecd263385e50e4b1d659a33ed1d0ea537 (patch) | |
tree | df69d909d5ed89dd8cfd2719113888ffe93b3666 | |
parent | initial commit (diff) | |
download | o3000-color-pipe-939e365ecd263385e50e4b1d659a33ed1d0ea537.tar.gz o3000-color-pipe-939e365ecd263385e50e4b1d659a33ed1d0ea537.zip |
fix wrong git cloning path
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ stages are implemented: ### Build and install ``` -git clone https://stettbacher.ch/gitlab/o-3000/driver.git +git clone https://stettbacher.ch/gitlab/o-3000/color-pipe.git cd color-pipe mkdir build cd build |