Skip to content

Commit f4c1608

Browse files
committed
Readme
1 parent 3c33527 commit f4c1608

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/R/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ enabling cache-friendly searches and SIMD-optimized counting operations.
1616

1717
## Installation
1818

19-
Build and install:
19+
Install using:
2020
```r
21-
bash ./build.sh
21+
remotes::install_github("kcleal/superintervalsr")
22+
```
2223

23-
# Run a small benchmark vs IRanges
24+
Run a small benchmark vs IRanges:
25+
```
2426
Rscript benchmark.R
2527
```
2628

0 commit comments

Comments
 (0)