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:
Mike Thomas 2021-02-16 04:21:57 +09:00 committed by GitHub
parent a91a24bb58
commit 7bfce469de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: