mirror of https://github.com/F-Stack/f-stack.git
update quick start script
use mkdir -p to create work directory of /data/f-stack
This commit is contained in:
parent
fba559f45b
commit
ced31bf95c
|
@ -31,7 +31,7 @@ Currently, besides authorized DNS server of DNSPod, there are various products i
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
# clone F-Stack
|
# clone F-Stack
|
||||||
mkdir /data/f-stack
|
mkdir -p /data/f-stack
|
||||||
git clone https://github.com/F-Stack/f-stack.git /data/f-stack
|
git clone https://github.com/F-Stack/f-stack.git /data/f-stack
|
||||||
|
|
||||||
# install libnuma-dev
|
# install libnuma-dev
|
||||||
|
|
Loading…
Reference in New Issue