mirror of
https://github.com/adulau/hashlookup-server.git
synced 2024-11-22 10:07:11 +00:00
Merge branch 'main' of https://github.com/cudeso/hashlookup-server into main
This commit is contained in:
commit
d280216361
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