File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,7 @@ Go to:
3131
3232* http://git-scm.com/downloads
3333
34- Download and install:
35-
36- * BUT HEY! when asked to select how to "Adjust your PATH environment",
37- select the SECOND choice which is "Use Git from the Windows Command
38- Prompt".
39-
40- * Continue on with the defaults.
34+ Download and install.
4135
4236
4337Install go tools
8478
8579 atom ~/.profile
8680
87- This opens Atom. Tweak ` ~/.profile ` to look like these, and * save* the file:
81+ If you use ` zsh ` , tweak ` ~/.zshrc ` instead.
82+
83+ This opens Atom. Tweak your profile file to add these lines and * save* the file:
8884
8985 export GOPATH=$HOME/go
9086 export PATH=$HOME/go/bin:$PATH
9187 export GO15VENDOREXPERIMENT=1
92- eval $(ssh-agent)
93- ssh-add $HOME/.ssh/id_rsa
9488
9589Back to ` Git Bash ` terminal, run:
9690
You can’t perform that action at this time.
0 commit comments