Skip to content

Commit 95eeba4

Browse files
authored
Merge pull request #466 from starius/update-readme
update README
2 parents fc14622 + 71e0138 commit 95eeba4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ they include
163163
- github.com/philhofer/fwd
164164
- github.com/jtolds/gls
165165

166-
Note that the smat library requires Go 1.6 or better.
166+
Note that the smat library requires Go 1.15 or better.
167167

168168
#### Installation
169169

@@ -361,7 +361,7 @@ https://coveralls.io/github/RoaringBitmap/roaring?branch=master
361361
Type
362362

363363
go test -bench Benchmark -run -
364-
364+
365365
To run benchmarks on [Real Roaring Datasets](https://github.com/RoaringBitmap/real-roaring-datasets)
366366
run the following:
367367

@@ -374,9 +374,8 @@ BENCH_REAL_DATA=1 go test -bench BenchmarkRealData -run -
374374

375375
You can use roaring with gore:
376376

377-
- go get -u github.com/motemen/gore
377+
- go install github.com/x-motemen/gore/cmd/gore@latest
378378
- Make sure that ``$GOPATH/bin`` is in your ``$PATH``.
379-
- go get github.com/RoaringBitmap/roaring
380379

381380
```go
382381
$ gore

0 commit comments

Comments
 (0)