From c03573b24ff05f63c4e7576d6b90c6102c69f5c5 Mon Sep 17 00:00:00 2001 From: Maxime Dor Date: Sun, 3 Sep 2017 03:18:44 +0200 Subject: [PATCH] Be clear about building mxisd before building Docker img --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d32736b..2d6fa50 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If none is available, please use other packages or build from source. ## Docker ### From source -Build the image: +[Build mxisd](#build) then build the docker image: ``` docker build -t your-org/mxisd:$(git describe --tags --always --dirty) . ```