From e5740c5a43706e3a4563a4c5d60044f78349e9fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Sun, 13 Dec 2020 18:34:04 +0100 Subject: [PATCH] updated documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e63e42..6c61594 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## tea: A command line tool to interact with Gitea servers ### Build -- docker build . -t gitea/tea:0.3.0 +- docker build . -t gitea/tea:0.5.0 ...or to build a specific release (check [here](https://gitea.com/gitea/tea/releases)): @@ -16,7 +16,7 @@ The version of Go used during the build can also be overridden by appending e.g. ### Configuration - docker volume create tea -- alias tea='docker run --rm -v tea:/app gitea/tea:' +- alias tea='docker run --rm -v tea:/app -v $PWD:/repo:ro -w /repo gitea/tea:' - tea login add -n -u -t -i ### Usage