fogleman / primitive

Reproducing images with geometric primitives.
https://primitive.lol/
MIT License
12.34k stars 608 forks source link

Install instructions no longer helpful #109

Open BattleRabbit opened 1 year ago

BattleRabbit commented 1 year ago

go get -u github.com/fogleman/primitive no longer works and I'm getting "-u provided but not defined" error when using the new go install. Please help :)

BattleRabbit commented 1 year ago

Nevermind, I just removed -u and successfully installed primitive. The install instructions should probably include that you have to add your own input.png in the C:/Users/USERNAME/go/bin/ directory for N00bs like me.

mark1bean commented 1 year ago

Noob here also and I had the same trouble. Except in my case the installer didn't modify my PATH and I had to do it manually. Definitely room for improved install process for us noobs.