Skip to content

Commit

Permalink
updatge readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ErosBryant committed Nov 13, 2024
1 parent e22b67d commit b4532a2
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,13 @@ ThanosKV is a novel LSM-tree-based key-value store that holistically exploits th
- https://pmem.io/blog/2016/02/how-to-emulate-persistent-memory


- NUMA
```bash
sudo apt update
sudo apt install numactl
sudo apt-get install libnuma-dev

sudo numactl --show
```




## Download
### Download
```bash
git clone --recurse-submodules https://github.com/ErosBryant/Thanoskv.git

```

```bash

cd Thanoskv && mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .
```
Expand Down

0 comments on commit b4532a2

Please sign in to comment.