fragmenta / fragmenta-cms

A user-friendly CMS written in Go (golang)
http://fragmenta.eu
MIT License
586 stars 70 forks source link

fragmenta: command not found #33

Closed rebootcode closed 7 years ago

rebootcode commented 7 years ago

I have go 1.8.3 in Ubuntu 16.04 and i ran 2 command below :-

go get -u github.com/fragmenta/fragmenta then fragmenta new cms blog

and i got the error fragmenta: command not found

kennygrant commented 7 years ago

So the fragmenta command is not in your path (either didn't build or your gopath/bin is not in your path). If you do echo $PATH what do you see?

kennygrant commented 7 years ago

Going to close this one in favour of the issue opened on the fragmenta tool.