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

Commit 405d259

Browse files
AuHaudirkmc
andauthored
Grammar fixes
Co-Authored-By: dirkmc <dirkmdev@gmail.com>
1 parent d19b486 commit 405d259

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

run.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This document explains how to run [repo](https://github.com/ipfs/specs/tree/master/repo/) migrations for [js-ipfs](https://github.com/ipfs/js-ipfs).
44

5-
Note that running migrations is a task automatically performed by the `js-ipfs` when running the `js-ipfs` command after installing its new version, so you would normally not need to run the `jsipfs-repo-migrations` tool.
5+
Note that the `js-ipfs` command automatically runs migrations when a new version is installed, so you would normally not need to run the `jsipfs-repo-migrations` tool.
66

7-
The `jsipfs-repo-migrations` comes into play when the internal, on-disk format `js-ipfs` uses to store data changes. In order to avoid losing data, this tool upgrades old versions of the repo to the new ones.
7+
`jsipfs-repo-migrations` comes into play when the internal, on-disk format `js-ipfs` uses to store data changes. To enable the new version of `js-ipfs` to read the new data format, this tool upgrades from an old version of the repo to a new version.
88

99
If you run into any trouble, please feel free to [open an issue in this repository](https://github.com/ipfs/js-ipfs-repo-migrations/issues).
1010

@@ -18,17 +18,17 @@ cp -r ~/.js-ipfs ~/.js-ipfs.bak
1818

1919
## Step 1. Downloading the Migration
2020

21-
Recommended way is to use `npm` and install this package with it: `npm install ipfs-repo-migrations`
21+
`npm install ipfs-repo-migrations`
2222

2323
## Step 2. Run the Migration
2424

25-
Now, run the migration tool:
25+
To run the migration tool:
2626

2727
```sh
28-
# you can check if there are migrations that needs to be applied
28+
# to check if there are migrations that need to be applied
2929
js-ipfs-repo-migrations status
3030

31-
# if so, you can migrate to the latest version
31+
# if so, migrate to the latest version
3232
js-ipfs-repo-migrations migrate
3333
```
3434

0 commit comments

Comments
 (0)