~dricottone/image2ascii

4db5ededbe82b0169015852779ed893c5b634201 — klei22 2 years ago 01cc27c
Update install instructions from to `go install`

Looks like `go get` has been deprecated.

New method for installation is `go install <repo-url>@latest`

In this case:

```sh
go install github.com/qeesung/image2ascii@latest
```
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 15,7 15,7 @@ Image2ASCII is a library that converts images into ASCII images and provides com
## Installation

```bash
go get github.com/qeesung/image2ascii
go install github.com/qeesung/image2ascii@latest
```

## CLI usage