diff --git a/README.md b/README.md index 4ffb86d..048973c 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,13 @@ It uses [code.gitea.io/sdk](https://code.gitea.io/sdk) and interacts with the Gi You can use the prebuilt binaries from [dl.gitea.io](https://dl.gitea.io/tea/) - To install from source, go 1.13 or newer is required: + ```sh go get code.gitea.io/tea go install code.gitea.io/tea ``` - If you have `brew` installed, you can install `tea` via: ```sh @@ -42,7 +41,7 @@ tea login add --name=try --url=https://try.gitea.io --token=xxxxxx Now you can use the following `tea` subcommands. Detailed usage information is available via `tea --help`. -```sh +```none login Log in to a Gitea server logout Log out from a Gitea server issues List, create and update issues @@ -79,8 +78,8 @@ Fork -> Patch -> Push -> Pull Request ## Authors -* [Maintainers](https://github.com/orgs/go-gitea/people) -* [Contributors](https://github.com/go-gitea/tea/graphs/contributors) +- [Maintainers](https://github.com/orgs/go-gitea/people) +- [Contributors](https://github.com/go-gitea/tea/graphs/contributors) ## License