diff --git a/README.md b/README.md index cecaa17..63a781c 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Troubleshoot problems with your Internet connection based om different ## Install ```sh -go install -v github.com/jesusprubio/up/cmd/up@latest +go install -v github.com/jesusprubio/up@latest ``` ### Dependencies diff --git a/Taskfile.yml b/Taskfile.yml index 26f6af8..1071833 100755 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -6,7 +6,7 @@ tasks: dev: summary: "Development mode" - cmd: go run cmd/up/main.go + cmd: go run . build: summary: "Build application" diff --git a/cmd/up/main.go b/main.go similarity index 100% rename from cmd/up/main.go rename to main.go