Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 authored Jan 2, 2023
1 parent d2f4ae2 commit a663877
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,24 @@ and many other languages are in plan. (help wanted, contributions welcome!)

You can download the latest binary from the [release page](https://github.com/j178/leetgo/releases).

### Install via `go install`
### Install via `go`

```shell
go install github.com/j178/leetgo@latest
```

### Install via `brew install`
### Install via `brew`

```shell
brew install j178/tap/leetgo
```

### Install via `scoop`

```shell
scoop install leetgo
```

## Usage
<!-- BEGIN USAGE -->
```
Expand Down

0 comments on commit a663877

Please sign in to comment.