hybridgroup / gobot-site

Website for Gobot - Golang framework/set of libraries for robotics and physical computing
http://gobot.io/
9 stars 18 forks source link

Fix wrong command on homepage #17

Closed jpetitcolas closed 9 years ago

jpetitcolas commented 9 years ago

There is an error on homepage. You indicate to run:

go install -u github.com/hybridgroup/gobot

But it should be:

go get -u github.com/hybridgroup/gobot

As indicated in the Getting started doc.

Fixes https://github.com/hybridgroup/gobot/issues/117#issuecomment-57947138

solojavier commented 9 years ago

Thanks :+1: