mirror of
				https://github.com/beego/bee.git
				synced 2025-11-03 23:03:27 +00:00 
			
		
		
		
	Fixed readme. $PATH was incorrect
This commit is contained in:
		@@ -21,7 +21,7 @@ go get github.com/beego/bee
 | 
				
			|||||||
Then you can add `bee` binary to PATH environment variable in your `~/.bashrc` or `~/.bash_profile` file:
 | 
					Then you can add `bee` binary to PATH environment variable in your `~/.bashrc` or `~/.bash_profile` file:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
export PATH=$PATH:<your_main_gopath>/bin/bee
 | 
					export PATH=$PATH:<your_main_gopath>/bin
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> If you already have `bee` installed, updating `bee` is simple:
 | 
					> If you already have `bee` installed, updating `bee` is simple:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user