Skip to content

Commit

Permalink
Update development instrucitons in Readme
Browse files Browse the repository at this point in the history
I **think** that we need to add `github.com` to the path in step sequelize#2. There doesn't appear to be a directory located at `$GOPATH/src/exercism/cli`, but there is one located at `$GOPATH/src/github.com/exercism/cli`
  • Loading branch information
jish committed Sep 24, 2014
1 parent 8b569e7 commit 5048c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If that throws an error, try ```brew install go --cross-compile-common --with-ll
Development
===========
1. `go get github.com/exercism/cli`
1. `cd $GOPATH/src/exercism/cli`
1. `cd $GOPATH/src/github.com/exercism/cli`
1. `go get`
1. `go get github.com/levicook/glitch`
1. `go install github.com/levicook/glitch`
Expand Down

0 comments on commit 5048c9d

Please sign in to comment.