mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-30 16:55:25 +01:00 
			
		
		
		
	Fix "go install" example (#505)
because some wrong tagging was done in the past, `latest` will point to `1.3.3` witch is actually v0.1.x. so you have to specify the version Reviewed-on: https://gitea.com/gitea/tea/pulls/505 Reviewed-by: Norwin <noerw@noreply.gitea.io> Reviewed-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: 6543 <6543@obermui.de> Co-committed-by: 6543 <6543@obermui.de>
This commit is contained in:
		| @@ -106,9 +106,9 @@ Make sure you have a current go version installed (1.13 or newer). | |||||||
|   ``` |   ``` | ||||||
|   Note that GNU Make (gmake on OpenBSD) is required. |   Note that GNU Make (gmake on OpenBSD) is required. | ||||||
|  |  | ||||||
| - For a quick installation without `git` & `make`: | - For a quick installation without `git` & `make`, set $version and exec: | ||||||
|   ```sh |   ```sh | ||||||
|   go install code.gitea.io/tea@latest |   go install code.gitea.io/tea@${version} | ||||||
|   ``` |   ``` | ||||||
|  |  | ||||||
| ## Contributing | ## Contributing | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 6543
					6543