Skip to content

Commit

Permalink
doc: artiq git clone needs --recursive to fetch lwIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Aug 4, 2015
1 parent ad7cbc4 commit 433cb94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/installing.rst
Expand Up @@ -190,7 +190,7 @@ These steps are required to generate bitstream (``.bit``) files, build the MiSoC
* Download and install ARTIQ: ::

$ cd ~/artiq-dev
$ git clone https://github.com/m-labs/artiq
$ git clone --recursive https://github.com/m-labs/artiq
$ python3 setup.py develop --user

* Build and flash the bitstream and BIOS by running `from the MiSoC top-level directory`:
Expand Down Expand Up @@ -310,7 +310,7 @@ Installing the host-side software
* Install ARTIQ: ::

$ cd ~/artiq-dev
$ git clone https://github.com/m-labs/artiq # if not already done
$ git clone --recursive https://github.com/m-labs/artiq # if not already done
$ cd artiq
$ python3 setup.py develop --user

Expand Down

0 comments on commit 433cb94

Please sign in to comment.