Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tenfyzhong committed Jan 10, 2024
1 parent f685aca commit cb4d12e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@
`st2` provide a terminal command line tool `st2`, which can be used to generate go/protobuf/thrift code from json/protobuf/thrift/go/csv code.

### Install
#### Use home brew
```bash
brew tap tenfyzhong/tap
brew install st2
```

#### Download from release
You can download the release of `st2` from the [GitHub releases](https://github.com/tenfyzhong/st2/releases).
Or you can build it from source code.

#### build from source
```bash
go install github.com/tenfyzhong/st2/cmd/st2@latest
```
Expand Down

0 comments on commit cb4d12e

Please sign in to comment.