summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-04-28 17:00:55 +0200
committerGitHub <noreply@github.com>2020-04-28 17:00:55 +0200
commit82895b52389d2baeda0041ecef87a376044949df (patch)
treeeb79a8b457a130071dc51e2c91e75af0b8fb4751
parent7befd97b93525c96ef1d90d8d94393f7e881ccc0 (diff)
parent527d684d4283b378ea291f802252531a1aaeeadd (diff)
Merge pull request #13092 from vespa-engine/kkraune-patch-1
required version number format
-rw-r--r--docker/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index 5b939b69c47..b73969ba1ed 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -12,7 +12,8 @@
Execute ```./build-vespa.sh <Vespa version number>``` to build Vespa from this source code.
The produced rpms will be available in this folder after compilation.
-The version number will be compiled into binaries, but has no other meaning than that.
+The version number will be compiled into binaries and must be on the form x.y.z, like 7.1.2 -
+but has no other meaning than that.
## Troubleshooting