From d9e6db96a7e54b88115e39d427a8b3a759d25d53 Mon Sep 17 00:00:00 2001 From: Norwin Date: Thu, 26 Dec 2019 03:26:48 +0000 Subject: [PATCH] README: document some dev tasks (#79) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80eb37a..b02bb2e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ tea issues tea releases ``` -> If you are inside a git repository hosted on a gitea instance, you don't need to specify the `--login` and `--repo` flags! +To fetch issues from different repos, use the `--remote` flag (when inside a gitea repository directory) or `--login` & `--repo` flags. ## Compilation @@ -58,6 +58,10 @@ go build Fork -> Patch -> Push -> Pull Request +- `make test` run testsuite +- `make vendor` when adding new dependencies +- ... (for other development tasks, check the `Makefile`) + ## Authors * [Maintainers](https://github.com/orgs/go-gitea/people)