Skip to content

Commit

Permalink
fix: installation (v2) (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusprubio authored Apr 21, 2024
1 parent 33d67b1 commit a7b1e21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tasks:

dev:
summary: "Development mode"
cmd: go run cmd/up/main.go
cmd: go run .

build:
summary: "Build application"
Expand Down
File renamed without changes.

0 comments on commit a7b1e21

Please sign in to comment.