Skip to content

Commit

Permalink
edit readme - usage more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeng committed Mar 10, 2021
1 parent 043305d commit 43cf798
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ go build -o graphsplit graphsplit.go utils.go
# parallel: number goroutines run when building ipld nodes
# graph-name: it will use graph-name for prefix of smaller pieces
# parent-path: usually just be the same as /path/to/dataset, it's just a method to figure out relative path when building IPLD graph
./graphsplit chunk --car-dir=path/to/car-dir --slice-size=17179869184 --parallel=2 --graph-name=gs-test --parent-path=/path/to/dataset /path/to/dataset
./graphsplit chunk \
--car-dir=path/to/car-dir \
--slice-size=17179869184 \
--parallel=2 \
--graph-name=gs-test \
--parent-path=/path/to/dataset \
/path/to/dataset
```

## Contribute
Expand Down

0 comments on commit 43cf798

Please sign in to comment.