mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Remove GOPATH set up on hacking (#12698)
This commit is contained in:
		@@ -15,13 +15,10 @@ menu:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Hacking on Gitea
 | 
					# Hacking on Gitea
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Installing go and setting the GOPATH
 | 
					## Installing go
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You should [install go](https://golang.org/doc/install) and set up your go
 | 
					You should [install go](https://golang.org/doc/install) and set up your go
 | 
				
			||||||
environment correctly. In particular, it is recommended to set the `$GOPATH`
 | 
					environment correctly.
 | 
				
			||||||
environment variable and to add the go bin directory or directories
 | 
					 | 
				
			||||||
`${GOPATH//://bin:}/bin` to the `$PATH`. See the Go wiki entry for
 | 
					 | 
				
			||||||
[GOPATH](https://github.com/golang/go/wiki/GOPATH).
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
Next, [install Node.js with npm](https://nodejs.org/en/download/) which is
 | 
					Next, [install Node.js with npm](https://nodejs.org/en/download/) which is
 | 
				
			||||||
required to build the JavaScript and CSS files. The minimum supported Node.js
 | 
					required to build the JavaScript and CSS files. The minimum supported Node.js
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user