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