Skip to content

Commit

Permalink
update reademe
Browse files Browse the repository at this point in the history
  • Loading branch information
ErosBryant committed Nov 13, 2024
1 parent 1510927 commit 5dce11c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ git clone --recurse-submodules https://github.com/ErosBryant/Thanoskv.
## Building
> This project supports CMake.
cmake_minimum_required(VERSION 3.9)

```bash
cd Thanoskv && mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .
```
Set SSD path: /Thanoskv/include/leveldb/nvm_option.h
<!-- ```
Set SSD path: /Thanoskv/include/leveldb/nvm_option.h
``` -->

### Benchmarking

Expand Down

0 comments on commit 5dce11c

Please sign in to comment.