Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix go get path #54

Merged
merged 1 commit into from
Dec 12, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor Author

@kashav kashav Dec 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what changed here, edited this on GitHub's web interface... 🤔

Edit: looks like it automatically added a newline.