Skip to content

Commit 6e9dafd

Browse files
committed
feat: add simple quick start
1 parent 6f84891 commit 6e9dafd

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# jiaozifs
22
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+
```bash
14+
./jiaozi init --db postgres://li:li123@localhost:5432/jiaozifs?sslmode=disable
15+
16+
./jiaozi daemon
17+
```
18+

test.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)