Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Description of migrations
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Adam Uhlir <[email protected]>
  • Loading branch information
AuHau committed May 22, 2019
1 parent 82d3422 commit 56116e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,11 @@ node.on('ready', () => {
})
```

### Migrations

`js-ipfs` comes bundled with tool that automatically migrate the version of your IPFS repository when new version is available.
You can control this mechanism using config option `repoDisableAutoMigration` (`true`/`false` default is `false`).

### [Tutorials and Examples](/examples)

You can find some examples and tutorials in the [examples](/examples) folder, these exist to help you get started using `js-ipfs`.
Expand Down

0 comments on commit 56116e6

Please sign in to comment.