From 6e57eb999a8484d1402db843d6d16ec9722f9e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cem=20G=C3=B6kmen?= Date: Mon, 27 Mar 2017 19:44:52 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40c4c05..26d08f0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The software is designed to be run on a Docker container where a number of softw At the moment, the Docker image is present on the Docker Hub as gtviples/verne, with the :latest tag pointing to the latest stable version here on master branch the repository and the :develop branch pointing to the develop branch. However, if you choose the build the image yourself from source, you may do so using the following command in the repository directory: -`docker build -t gtviples/verne` +`docker build -t gtviples/verne .` Note that this step is completely optional and that it should be done only if no internet connectivity is available.