Skip to content

Commit

Permalink
Adding instructions for contributors.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Jan 16, 2023
1 parent a607ae8 commit 36e6729
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,13 @@ Note that the smat library requires Go 1.6 or better.

- go get -t github.com/RoaringBitmap/roaring

### Instructions for contributors

````
$ git clone git@github.com:RoaringBitmap/roaring.git
$ go mod tidy
$ go test
```
### Example
Expand Down

0 comments on commit 36e6729

Please sign in to comment.