Skip to content

Commit

Permalink
docs: update README.rst build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kent authored Oct 2, 2020
1 parent 8b8c84a commit f4b7ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To clone the project, you'll need to initialize its submodules as well::
$ git clone https://github.com/galoisinc/argo
$ cd argo/
$ git submodule init
$ pushd . && cd deps/saw-script/ && git submodule init && cd deps/abcBridge/ && git submodule init && popd
$ pushd . && cd deps/saw-script/ && git submodule update --init && cd deps/abcBridge/ && git submodule update --init && popd

Most of the submodules are loaded recursively from the saw-script
submodule, because that repository already contains the result of
Expand Down

0 comments on commit f4b7ba9

Please sign in to comment.