summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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" .