mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
This commit is contained in:
		
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							| @@ -7,6 +7,7 @@ the Gitea API implementation. | ||||
| Currently no prebuilt binaries are provided. | ||||
| To install, a Go installation is needed. | ||||
| ```sh | ||||
| go get code.gitea.io/tea | ||||
| go install code.gitea.io/tea | ||||
| ``` | ||||
|  | ||||
| @@ -30,6 +31,15 @@ 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! | ||||
|  | ||||
| ## Compilation | ||||
|  | ||||
| To compile the sources yourself run the following: | ||||
| ```sh | ||||
| go get code.gitea.io/tea | ||||
| cd "${GOPATH}/src/code.gitea.io/tea" | ||||
| go build | ||||
| ``` | ||||
|  | ||||
| ## Contributing | ||||
|  | ||||
| Fork -> Patch -> Push -> Pull Request | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andreas Ulm
					Andreas Ulm