Skip to content

Commit

Permalink
📚 update installation instruction
Browse files Browse the repository at this point in the history
** update module version on README file when use go install instruction
  • Loading branch information
hiago-balbino committed Dec 20, 2023
1 parent c458999 commit b5be6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ doc: run the project documentation using HTTP
You can install the application using `go install`.

```
go install github.com/hiago-balbino/random-luck/cmd/luckctl@latest
go install github.com/hiago-balbino/random-luck/v2/cmd/luckctl@latest
```

Then you can run the application using `luckctl`. Note that if you want to run anywhere you need to export the `$GOPATH/bin/luckctl` to your `$PATH` environment variables.
Expand Down

0 comments on commit b5be6fa

Please sign in to comment.