summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeon Overweel <l.overweel@gmail.com>2017-01-24 13:14:27 +0100
committerGitHub <noreply@github.com>2017-01-24 13:14:27 +0100
commitf6fb0573cd3669448a28721b356fa469b5295913 (patch)
tree3242c89af22aaa7fd3c3d6ea14c82c7d04884fde /README.md
parent0eae099bf8cc9caa8dc16228757b84b8f763a385 (diff)
Add description to README.md
Diffstat (limited to 'README.md')
-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]