Skip to content

Commit 5adda1c

Browse files
committedAug 23, 2016
doc: cleanup git checkout instructions (see #542)
1 parent 9a0c3da commit 5adda1c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed
 

Diff for: ‎doc/manual/installing_from_source.rst

+3-6
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,9 @@ and the ARTIQ kernels.
4848
* Install LLVM and Clang: ::
4949

5050
$ cd ~/artiq-dev
51-
$ git clone https://github.com/m-labs/llvm-or1k
52-
$ git checkout artiq-3.8
53-
$ cd llvm-or1k/tools
54-
$ git clone https://github.com/m-labs/clang-or1k clang
55-
$ git checkout artiq-3.8
56-
$ cd ..
51+
$ git clone -b artiq-3.8 https://github.com/m-labs/llvm-or1k
52+
$ cd llvm-or1k
53+
$ git clone -b artiq-3.8 https://github.com/m-labs/clang-or1k tools/clang
5754

5855
$ mkdir build
5956
$ cd build

0 commit comments

Comments
 (0)
Please sign in to comment.