Skip to content

Commit

Permalink
Merge pull request #9030 from ATheCoder/improve-readMe
Browse files Browse the repository at this point in the history
docs: update submodules recursively
  • Loading branch information
mrmr1993 authored Jun 14, 2021
2 parents 56ad0dd + a017594 commit cf8f3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The short version:
1. Start with Ubuntu 18 or run it in a [virtual machine](https://www.osboxes.org/ubuntu/)
2. Set github repos to pull and push over ssh: `git config --global url.ssh://[email protected]/.insteadOf https://github.com/`
- To push branches to repos in the MinaProtocol or o1-labs organisations, you must complete this step. These repositories do not accept the password authentication used by the https URLs.
3. Pull in our submodules: `git submodule update --init`
3. Pull in our submodules: `git submodule update --init --recursive`
- This might fail with `[email protected]: Permission denied (publickey).`. If that happens it means
you need to [set up SSH keys on your machine](https://help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent).
4. Run `git config --local --add submodule.recurse true`
Expand Down

0 comments on commit cf8f3c1

Please sign in to comment.