TheZoraiz / ascii-image-converter

A cross-platform command-line tool to convert images into ascii art and print them on the console. Now supports braille art!
Apache License 2.0
2.05k stars 121 forks source link

changes to go.mod enables "default" installation #1

Closed patrickhener closed 3 years ago

patrickhener commented 3 years ago

I read your reddit post and tried to install your tool using the "default" go way of doing this:

go get -u go get -u github.com/TheZoraiz/ascii-image-converter
go install github.com/TheZoraiz/ascii-image-converter@latest

This would esentially work if the first line of your go.mod file was like this:

module github.com/TheZoraiz/ascii-image-converter

Best regards

TheZoraiz commented 3 years ago

Thanks for pointing that out! I'll make said changes.