From e07fd019aa359c8569956b5d49075f110942fe60 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Tue, 23 Aug 2016 18:00:54 +0200 Subject: [PATCH] doc: cleanup git checkout instructions (see #542) --- doc/manual/installing_from_source.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/manual/installing_from_source.rst b/doc/manual/installing_from_source.rst index 63174eab0..4b36b8de9 100644 --- a/doc/manual/installing_from_source.rst +++ b/doc/manual/installing_from_source.rst @@ -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