mirror of
https://github.com/adulau/hashlookup-server.git
synced 2024-11-22 10:07:11 +00:00
chg: [install] kvrocks default repo and latest release
This commit is contained in:
parent
49bf5be12b
commit
5932226ece
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
git clone --recursive https://github.com/bitleak/kvrocks.git
|
git clone --recursive https://github.com/KvrocksLabs/kvrocks.git
|
||||||
cd kvrocks
|
cd kvrocks
|
||||||
git checkout 2.0
|
git checkout 2.0.1
|
||||||
make -j4
|
make -j4
|
||||||
|
|
Loading…
Reference in a new issue