summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" .