Skip to content

Commit 8bb136a

Browse files
baodongliistio-merge-robot
authored andcommitted
Clarify how GITHUB_USER should be setup in the development guide. (#947)
Automatic merge from submit-queue Clarify how GITHUB_USER should be setup in the development guide. Fixes (#918) This is a follow up change to PR #919: Clarify environment variables set in .profile Prior to this small change, the .profile settings were not completely obvious. Now all profile settings that Istio should expect to use are set in one place **Release Note** NONE **Release note**: ```release-note NONE ```
1 parent 1d5e0a2 commit 8bb136a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

devel/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,17 @@ for how to do this for your platform.
8080
### Setting up environment variables
8181

8282
Set up your GOPATH, add a path entry for Go binaries to your PATH, set the ISTIO
83-
path, and set your GITHUB_USER used later in this document. These exports are
83+
path, and set your GITHUB_USER used later in this document. These exports are
8484
typically added to your ~/.profile:
8585

8686
```shell
8787
export GOPATH=~/go
8888
export PATH=$PATH:$GOPATH/bin
8989
export ISTIO=$GOPATH/src/istio.io # eg. ~/go/src/istio.io
9090

91-
# Replace "$GITHUB_USER" below with your github username
92-
export GITHUB_USER=$USER # replace with actual if different
91+
# If your github username is not the same as your local user name (saved in the
92+
# shell variable $USER), then replace "$USER" below with your github username
93+
export GITHUB_USER=$USER
9394
```
9495

9596
Execute a one time operation to contain the Istio source trees.

0 commit comments

Comments
 (0)