From b756cc020f6cd4b385743b0a11cc64539d59f0bb Mon Sep 17 00:00:00 2001 From: Kashav Madan Date: Tue, 12 Dec 2017 12:27:05 -0500 Subject: [PATCH] Fix go-get path "https://" not allowed in import path --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index dc9c2df9..32752824 100644 --- a/Readme.md +++ b/Readme.md @@ -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 @@ -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 \ No newline at end of file +- Follow twitter.com/mattmueller for project updates