这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.