mirror of
https://github.com/adulau/hashlookup-server.git
synced 2024-11-22 18:17:08 +00:00
6 lines
115 B
Bash
6 lines
115 B
Bash
#!/bin/sh
|
|
|
|
git clone --recursive https://github.com/KvrocksLabs/kvrocks.git
|
|
cd kvrocks
|
|
git checkout 2.0.1
|
|
make -j4
|