Skip to content

Commit

Permalink
Update readme for install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jul 10, 2023
1 parent aae3e21 commit 17cc7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ https://github.com/teambition/gear/tree/master/example/staticgo
Install it with go:

```sh
go install github.com/teambition/gear/example/staticgo
go install github.com/teambition/gear/example/staticgo@latest
```

It is a useful CMD tool that serve your local files as web server (support TLS).
Expand Down Expand Up @@ -197,7 +197,7 @@ https://github.com/teambition/gear/tree/master/example/gearproxy
Install it with go:

```sh
go install github.com/teambition/gear/example/gearproxy
go install github.com/teambition/gear/example/gearproxy@latest
gearproxy -help
```

Expand Down

0 comments on commit 17cc7bb

Please sign in to comment.