mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Update 1-Building-Fleet.md (#313)
Added text to clarify that a new terminal tab should be opened after making changes to bash profile.
This commit is contained in:
parent
a91a24bb58
commit
7bfce469de
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ To setup a working local development environment, you must install the following
|
|||
> # More info: https://golang.org/doc/gopath_code.html#GOPATH
|
||||
> export PATH=$PATH:$(go env GOPATH)/bin
|
||||
> ```
|
||||
> Make sure that you open a new terminal tab AFTER you edit your bash profile, otherwise the changes will not take effect.
|
||||
|
||||
Once you have those minimum requirements, you will need to install Fleet's dependencies. To do this, run the following from the root of the repository:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue