From 52e4bba325e43563c9a0e2b6ba520f25a7448c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Wed, 13 May 2020 08:26:12 +0200 Subject: [PATCH] tidied documentation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4252794..b2c4f2a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ### Build - docker build . -t gitea/tea:0.3.0 -...or to build a specific release (see 'https://gitea.com/gitea/tea/releases'): +...or to build a specific release (check [here](https://gitea.com/gitea/tea/releases)): - export VERSION="0.2.0" - docker build . -t "gitea/tea:${VERSION}" --build-arg VERSION="${VERSION}" @@ -16,4 +16,5 @@ ### Usage - tea -#### tea stores its configuration in a file named 'tea.yml', which the above will store on a volume named 'tea' so that it might persist +#### Notes +- tea stores its configuration in a file named 'tea.yml', which the above will store on a volume named 'tea' so that it might persist