Skip to content

Commit 48d7a06

Browse files
author
lifeng
committed
Edit readme - a note about creating manifest.csv
1 parent 4890bcb commit 48d7a06

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,16 @@ Splitting dataset:
3131
--parent-path=/path/to/dataset \
3232
/path/to/dataset
3333
```
34+
Notes: A manifest.csv will created to save the mapping with graph slice name and the payload cid. As following:
35+
```sh
36+
cat /path/to/car-dir/manifest.csv
37+
playload_cid,filename
38+
Qm...,graph-slice-name.car
39+
```
3440

3541
Import car file to ipfs:
36-
```
37-
ipfs dag import /path/to/car/file
42+
```sh
43+
ipfs dag import /path/to/car-dir/car-file
3844
```
3945

4046
## Contribute

0 commit comments

Comments
 (0)