summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6b595bf..940ad2dd 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,13 @@
# OpenDC
+To locally build and run OpenDC, follow the setup guide below.
+
## Setup
First, clone this repository and its submodules:
```bash
- git clone --recursive git@github.com:tudelft-atlarge/opendc.git
+git clone --recursive git@github.com:tudelft-atlarge/opendc.git
```
Then... [TO DO]