aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Carpenter <git@dvn.me>2018-12-23 03:58:04 -0600
committerDevan Carpenter <git@dvn.me>2018-12-23 03:58:04 -0600
commit88b2d2d6c814c4eb41ac3b0ab15b7564706e5d7c (patch)
tree809c137c9384a6a099802183894eae68424d3b5c
parent46ca89d186871dd5d3e31433bc0997e0cbb61d0f (diff)
downloadgnunet-88b2d2d6c814c4eb41ac3b0ab15b7564706e5d7c.tar.gz
gnunet-88b2d2d6c814c4eb41ac3b0ab15b7564706e5d7c.zip
README.md: Update the docker build section
The build instruction needed updating, and I added a reference to the documentation with the commands for running the container.
-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