From 2b52f881c877008d35073936eb4c27581f79300e Mon Sep 17 00:00:00 2001 From: hiagobalbino Date: Wed, 11 Oct 2023 22:47:18 -0300 Subject: [PATCH] doc: update README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a30ffb4..44fad6c 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,7 @@ You can install the application using `go install`. go install github.com/hiago-balbino/random-luck/cmd/luckctl@latest ``` -Then you can run the application using `luckctl`. Note that if you want to run anywhere you need to export the environment variables. -``` -luckctl +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. ``` luckctl --games=2 --numbers=6 ```