summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSacheendra talluri <sacheendra.t@gmail.com>2017-01-26 18:52:19 +0100
committerGitHub <noreply@github.com>2017-01-26 18:52:19 +0100
commit9219552f299eef0893043c48b00506a56287058b (patch)
tree7e4c4b358254ad746fe4910c443513ab3ea156ff /README.md
parent04e05052910a58790bdabd4e8d4232e5fb3c6e0a (diff)
Add change folder step to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index a588089e..b9303132 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,9 @@ To build and run the full OpenDC stack locally:
# Clone the repo and its submodules
git clone --recursive git@github.com:tudelft-atlarge/opendc.git
+# Enter the directory
+cd opendc/
+
# Build the Docker image
docker build -t="opendc" .