Skip to content

Commit

Permalink
Merge pull request #54 from kshvmdn/master
Browse files Browse the repository at this point in the history
Fix `go get` path
  • Loading branch information
matthewmueller authored Dec 12, 2017
2 parents bb4ad64 + b756cc0 commit 809791d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ So happy to hear you're interested in contributing! Here's a quick rundown of ho

1. Make sure you have the Go environment setup on your computer. There are quite a few better resources online on how to do that

2. `go get -u -v https://github.com/matthewmueller/joy/...` to install the compiler from source
2. `go get -u -v github.com/matthewmueller/joy/...` to install the compiler from source

3. `go test -v` to run all the tests

Expand All @@ -121,4 +121,4 @@ Visit https://mat.tm/joy/#faq to view the FAQ.
- Visit mat.tm/joy to read more about Joy's origins
- Chat with us in **#joy-compiler** on Slack at gophers.slack.com
- Star github.com/matthewmueller/joy to follow the development
- Follow twitter.com/mattmueller for project updates
- Follow twitter.com/mattmueller for project updates

0 comments on commit 809791d

Please sign in to comment.