Skip to content

Commit f4488d7

Browse files
authored
fix README
1 parent a9a377a commit f4488d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Cross-language benchmark for [QOI](https://github.com/phoboslab/qoi) implementat
1414

1515
## Usage
1616

17-
- Use Docker
17+
- With Singularity
1818
- ```console
1919
host$ curl https://qoiformat.org/benchmark/qoi_benchmark_suite.tar | tar x
20-
host$ ./docker/build.bash
21-
host$ ./docker/bash
22-
docker$ make
23-
docker$ benchmark/bin/qoibench 20 images
20+
host$ ./cxx_environment/build.bash
21+
host$ ./cxx_environment/bash
22+
singularity$ make
23+
singularity$ benchmark/bin/qoibench 20 images
2424
```
2525
- On Host
2626
- Prerequisites:

0 commit comments

Comments
 (0)