aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8b960aaae..a68ef3700 100644
--- a/README.md
+++ b/README.md
@@ -71,9 +71,12 @@ guix package -f guix-env.scm:notest
71### 2. Docker 71### 2. Docker
72 72
73``` 73```
74docker build -t gnunet . 74# From within the top-level of this repository run:
75docker build -t gnunet -f ./contrib/docker/Dockerfile .
75``` 76```
76 77
78For more info on using the docker container see [here](contrib/docker/README.md).
79
77 80
78 81
79Using GNUnet 82Using GNUnet