mirror of
https://github.com/adulau/hashlookup-server.git
synced 2024-11-22 10:07:11 +00:00
7 lines
109 B
Bash
7 lines
109 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
git clone --recursive https://github.com/bitleak/kvrocks.git
|
||
|
cd kvrocks
|
||
|
git checkout 2.0
|
||
|
make -j4
|