Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 93e0c86

Browse files
committed
fix: details
1 parent 9477d57 commit 93e0c86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

run.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you run into any trouble, please feel free to [open an issue in this reposito
1313
The migration tool is safe -- it should not delete any data. If you have important data stored _only_ in your ipfs node, and want to be extra safe, you can back up the whole repo with:
1414

1515
```sh
16-
cp -r ~/.js-ipfs ~/.js-ipfs.bak
16+
cp -r ~/.jsipfs ~/.jsipfs.backup
1717
```
1818

1919
## Step 1. Downloading the Migration
@@ -26,16 +26,16 @@ To run the migration tool:
2626

2727
```sh
2828
# to check if there are migrations that need to be applied
29-
js-ipfs-repo-migrations status
29+
jsipfs-repo-migrations status
3030

3131
# if so, migrate to the latest version
32-
js-ipfs-repo-migrations migrate
32+
jsipfs-repo-migrations migrate
3333
```
3434

3535
## Step 3. Done! Run IPFS.
3636

3737
If the migration completed without error, then you're done! Try running the new ipfs:
3838

3939
```
40-
js-ipfs daemon
40+
jsipfs daemon
4141
```

0 commit comments

Comments
 (0)