cycat-service/backend/install.sh

6 lines
108 B
Bash

#!/bin/sh
git clone --recursive https://github.com/bitleak/kvrocks.git
cd kvrocks
git checkout 2.0
make -j4