Skip to content

Commit

Permalink
README: https clone, not recursive (scionproto#3205)
Browse files Browse the repository at this point in the history
Using --recursive and SSH no longer necessary when cloning because there
are no more submodules.
Use https, because it's simpler.

Manually resolved conflict: use clone netsec-ethz/netsec-scion, not scionproto/scion
  • Loading branch information
matzf committed Oct 17, 2019
1 parent 8ca8d53 commit 786a1bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,10 @@ Necessary steps in order to run SCION:
```bash
mkdir -p "$GOPATH/src/github.com/scionproto"
cd "$GOPATH/src/github.com/scionproto"
git clone --recursive git@github.com:netsec-ethz/netsec-scion scion
git clone https://github.com/netsec-ethz/netsec-scion
cd scion
```

If you don't have a github account, or haven't setup ssh access to it, this
command will make git use https instead:
`git config --global url.https://github.com/.insteadOf [email protected]:`

1. Install required packages with dependencies:

```bash
Expand Down

0 comments on commit 786a1bb

Please sign in to comment.