asciimoo / morty

Privacy aware web content sanitizer proxy as a service
GNU Affero General Public License v3.0
485 stars 58 forks source link

`go get` -> `go install` #113

Closed jtbx closed 3 months ago

jtbx commented 2 years ago

Since the functionality of go get was moved to go install, running the go get command in README.md won't build and install morty, like it used to.

jtbx commented 2 years ago

Also, changed the asciimoo.github.com link to point to asciimoo.github.io instead

nabbisen commented 1 year ago

Since the functionality of go get was moved to go install, running the go get command in README.md won't build and install morty, like it used to.

Nice catch.

Today it might be better:

- go install github.com/asciimoo/morty
+ go install github.com/asciimoo/morty@latest