Skip to content
This repository was archived by the owner on May 24, 2019. It is now read-only.

Commit b924cd5

Browse files
root360-AndreasUlmlunny
authored andcommitted
added 'go get' command & build instructions (#16) (#19)
Signed-off-by: Andreas Ulm <[email protected]>
1 parent 3713949 commit b924cd5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ the Gitea API implementation.
77
Currently no prebuilt binaries are provided.
88
To install, a Go installation is needed.
99
```sh
10+
go get code.gitea.io/tea
1011
go install code.gitea.io/tea
1112
```
1213

@@ -30,6 +31,15 @@ tea releases
3031

3132
> If you are inside a git repository hosted on a gitea instance, you don't need to specify the `--login` and `--repo` flags!
3233
34+
## Compilation
35+
36+
To compile the sources yourself run the following:
37+
```sh
38+
go get code.gitea.io/tea
39+
cd "${GOPATH}/src/code.gitea.io/tea"
40+
go build
41+
```
42+
3343
## Contributing
3444

3545
Fork -> Patch -> Push -> Pull Request

0 commit comments

Comments
 (0)