summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSacheendra Talluri <sacheendra.t@gmail.com>2017-02-06 11:59:42 +0100
committerSacheendra Talluri <sacheendra.t@gmail.com>2017-02-06 11:59:42 +0100
commit0209b44fdb6adfa5f492820892e9947193395f79 (patch)
treefb756f4dc2445eca39f5834a893fe76524ab836c /README.md
parent04e05052910a58790bdabd4e8d4232e5fb3c6e0a (diff)
parent6935caadfb67a3e9c6e6147d4a645bdc132f4ee4 (diff)
Merge branch 'master' of https://github.com/tudelft-atlarge/opendc
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a588089e..2d2a642d 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ To build and run the full OpenDC stack locally:
```bash
# Clone the repo and its submodules
-git clone --recursive git@github.com:tudelft-atlarge/opendc.git
+git clone --recursive https://github.com/tudelft-atlarge/opendc.git
# Build the Docker image
docker build -t="opendc" .