From 786a1bb2876b3d95940dc931973767e84759c470 Mon Sep 17 00:00:00 2001 From: Matthias Frei Date: Tue, 1 Oct 2019 11:37:43 +0200 Subject: [PATCH] README: https clone, not recursive (#3205) 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 --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 5842d19bc7..b80febee59 100644 --- a/README.md +++ b/README.md @@ -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 git@github.com:` - 1. Install required packages with dependencies: ```bash