Commit 4349eacf authored by Matt Downey's avatar Matt Downey

don't instruct users to clobber their existing path

parent f0edaed9
......@@ -33,6 +33,6 @@ class Go < Package
puts "Make sure to set go environment variables."
puts "Minimal:"
puts "\texport GOROOT=/usr/local/lib/go"
puts "\texport PATH=$GOROOT/bin"
puts "\texport PATH=$PATH:$GOROOT/bin"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment