From a0330a3fb2e22d10b2a3108ac1a7f451689d80dd Mon Sep 17 00:00:00 2001 From: crapStone Date: Tue, 20 Oct 2020 10:47:31 +0800 Subject: [PATCH] removed weird syntax highlighting and fixed linting errors (#224) removed weird syntax highlighting and fixed linting errors Co-authored-by: crapStone Reviewed-on: https://gitea.com/gitea/tea/pulls/224 Reviewed-by: 6543 <6543@noreply.gitea.io> Reviewed-by: Norwin Co-Authored-By: crapStone Co-Committed-By: crapStone --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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