mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	Add install guide from brew on README (#61)
This commit is contained in:
		 Lunny Xiao
					Lunny Xiao
				
			
				
					committed by
					
						 techknowlogick
						techknowlogick
					
				
			
			
				
	
			
			
			 techknowlogick
						techknowlogick
					
				
			
						parent
						
							0515114fa3
						
					
				
				
					commit
					651ba2aba4
				
			| @@ -19,6 +19,13 @@ If the `tea` executable is not found, you might need to set up your `$GOPATH` an | |||||||
| export PATH=$PATH:$GOROOT/bin:$GOPATH/bin | export PATH=$PATH:$GOROOT/bin:$GOPATH/bin | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|  | If you have `brew` installed, you can install tea version via: | ||||||
|  |  | ||||||
|  | ```sh | ||||||
|  | brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea | ||||||
|  | brew install --devel tea | ||||||
|  | ``` | ||||||
|  |  | ||||||
| ## Usage | ## Usage | ||||||
|  |  | ||||||
| First of all, you have to create a token on your `personal settings -> application` page of your gitea instance. | First of all, you have to create a token on your `personal settings -> application` page of your gitea instance. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user