danielgatis / imgcat

Display images and gifs in your terminal.
MIT License
199 stars 11 forks source link

Update Go build & install command. #5

Closed harvastum closed 2 years ago

harvastum commented 2 years ago

Since Go 1.17 go get should not be used to install applications (it is still used for adding dependencies to projects). A separate command, go install was introduced for that purpose.