doc: cleanup git checkout instructions (see #542)

This commit is contained in:
Robert Jördens 2016-08-23 18:00:54 +02:00
parent 538d3e8a85
commit e07fd019aa
1 changed files with 3 additions and 4 deletions

View File

@ -43,10 +43,9 @@ and the ARTIQ kernels.
* Install LLVM and Clang: ::
$ cd ~/artiq-dev
$ git clone https://github.com/openrisc/llvm-or1k
$ cd llvm-or1k/tools
$ git clone https://github.com/openrisc/clang-or1k clang
$ cd ..
$ git clone -b artiq-3.8 https://github.com/m-labs/llvm-or1k
$ cd llvm-or1k
$ git clone -b artiq-3.8 https://github.com/m-labs/clang-or1k tools/clang
$ mkdir build
$ cd build