Skip to content

Commit

Permalink
Add go install to README (#273)
Browse files Browse the repository at this point in the history
At least in my small team, we all agree that `go install` is the easiest way to install command line tools.
  • Loading branch information
guettli authored Feb 22, 2023
1 parent 733a582 commit a3de768
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ scoop bucket add tilt-dev https://github.com/tilt-dev/scoop-bucket
scoop install ctlptl
```

### Go install

```
go install github.com/tilt-dev/ctlptl/cmd/ctlptl@latest
```

### Alternative Options

If automatic installers aren't your cup of tea, check out the [installation
Expand Down

0 comments on commit a3de768

Please sign in to comment.