Skip to content

Commit a3aa2e3

Browse files
committed
Updated MAC
1 parent a65edb5 commit a3aa2e3

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

Getting_Started_For_MAC_OS_X.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff 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

4337
Install go tools
@@ -84,13 +78,13 @@ Run
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

9589
Back to `Git Bash` terminal, run:
9690

0 commit comments

Comments
 (0)