Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jxsl13 committed Jul 5, 2024
1 parent 4ef8856 commit 9c41621
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ These varants may be used for security research or other purposes.
// Data, Integer bits that follow the sign
```

## Installation
```shell
// for latest tagged release
go get github.com/teeworlds-go/varint@latest

// for bleeding edge version
go get github.com/teeworlds-go/varint@master
```

## Example

```go
Expand Down

0 comments on commit 9c41621

Please sign in to comment.