Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Feb 4, 2024
1 parent 3817efc commit cc29223
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,13 @@ A recent GNU GCC C++ compiler or a recent CLANG.

## What should I do after I download it?

It is a conventional Cmake projet.

type:

make

then

./unit

then

./speedtesting
```
cmake -B build
cmake --build build
ctest --test-dir build
```


## Nim version
Expand Down

0 comments on commit cc29223

Please sign in to comment.