We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f84891 commit 6e9dafdCopy full SHA for 6e9dafd
README.md
@@ -1,2 +1,18 @@
1
# jiaozifs
2
version control file system.
3
+
4
+## quick start
5
6
+build
7
+```bash
8
+git clone https://github.com/jiaozifs/jiaozifs.git
9
+make build
10
+```
11
12
+init and running
13
14
+./jiaozi init --db postgres://li:li123@localhost:5432/jiaozifs?sslmode=disable
15
16
+./jiaozi daemon
17
18
test.txt
0 commit comments