hashlookup-server/bin/install.sh

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