Skip to content

Commit 78a563a

Browse files
andrewachingbrain
authored andcommitted
Remove unneeded js-ipfs installation command (#108)
Pretty sure you don't need to manually install js-ipfs as it's listed as a dependency of ipfs-npm, simplifying the installation steps
1 parent 1791297 commit 78a563a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ The result is npm-on-ipfs: a module that wraps your package manager of choice (n
2424
- If enough dependencies are hosted on your local network (think enterprise or community development settings), that network can operate **offline-first**: Take your team on a remote mountain retreat and hack away!
2525

2626
## Install & use
27-
### Check your js-ipfs version
28-
29-
This module depends on features in [v0.34.0](https://github.com/ipfs/js-ipfs/releases/tag/v0.34.0) release of [js-ipfs](https://github.com/ipfs/js-ipfs), so please ensure you are running at least that version:
30-
31-
```console
32-
$ npm install -g ipfs@latest
33-
```
34-
35-
### Install npm-on-ipfs
3627

3728
```console
3829
$ npm i ipfs-npm -g

0 commit comments

Comments
 (0)