cascades-fbp / cascades

Language-agnostic Flow-based Programming (FBP) framework in Go
MIT License
62 stars 8 forks source link

Little error in wiki/Installing-from-sources #18

Closed jibe-b closed 9 years ago

jibe-b commented 9 years ago

Hi,

in the installation instructions ( https://github.com/cascades-fbp/cascades/wiki/Installing-from-sources )

this:

GOPATH=pwd go get -d github.com/cascades-fbp/cascades.git

should be replaced by:

GOPATH=pwd go get -d github.com/cascades-fbp/cascades

(remove the ".git" suffix)

Otherwise, the error: package github.com/cascades-fbp/cascades.git: invalid version control suffix in github.com/ path

similar problem + solution: https://github.com/hooklift/golibvirt/issues/10

oleksandr commented 9 years ago

Thanks! Fixed it :)