Skip to content

Commit a6bb5ce

Browse files
authored
refactor: switch npm to kubo (#2590)
cc ipfs/npm-kubo#51 cc ipfs/kubo#8959
1 parent 915b02d commit a6bb5ce

File tree

8 files changed

+413
-410
lines changed

8 files changed

+413
-410
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ When in doubt, pick one of package formats with built-in automatic update mechan
6060

6161
## Features
6262

63-
IPFS Desktop combines a complete IPFS node (running [go-ipfs](https://github.com/ipfs/go-ipfs)) and the [IPFS Web UI](https://github.com/ipfs-shipyard/ipfs-webui) into a single, convenient desktop app — plus adds a menu to your OS menubar/system tray for easy access to a variety of common IPFS tasks.
63+
IPFS Desktop combines a complete IPFS node (running [kubo](https://github.com/ipfs/kubo)) and the [IPFS Web UI](https://github.com/ipfs-shipyard/ipfs-webui) into a single, convenient desktop app — plus adds a menu to your OS menubar/system tray for easy access to a variety of common IPFS tasks.
6464

6565
If you already have an IPFS node on your computer, IPFS Desktop will act as a control panel and file browser for that node. If you don't have a node, it'll install one for you. And either way, IPFS Desktop will automatically check for updates.
6666

@@ -231,7 +231,7 @@ To open your repo directory from the IPFS logo menu, select `Open Repository Dir
231231

232232
### Which version of IPFS does IPFS Desktop use?
233233

234-
IPFS Desktop includes its own embedded binary of Kubo (`go-ipfs` version defined in `package.json`); this is the latest version of [Kubo](https://github.com/ipfs/kubo) that has passed QA for IPFS Desktop use.
234+
IPFS Desktop includes its own embedded binary of Kubo (`kubo` version defined in `package.json`); this is the latest version of [Kubo](https://github.com/ipfs/kubo) that has passed QA for IPFS Desktop use.
235235

236236
You can check which version of IPFS you're running from the IPFS logo menu by looking in the `About` submenu.
237237

0 commit comments

Comments
 (0)