Update README.md

Just updating the installation convention cause `go get -u github.com/deletescape/goop@latest` returns an error :)
This commit is contained in:
six2dez 2022-06-01 10:42:44 +02:00 committed by maia arson crimew
parent f78c604ff8
commit 2fe9061604
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ $ goop example.com
## Installation
```bash
go get -u github.com/deletescape/goop@latest
go install github.com/deletescape/goop@latest
```
## How does it work?