From 34e623c403ffd4c5ee1eda4896774004258730bc Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Wed, 27 Sep 2023 21:31:51 -0700 Subject: [PATCH] docs: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1e2d8edd..71bf9f025 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ npm run build npm start ``` -> **Build Note:** `npm ci` will download the webui code to run in electron from the ipfs network using the bitswap protocol. For details, see the [build process](`.github/workflows/ci.yml`) and the [webui code](https://github.com/ipfs/ipfs-webui). +> **Build Note:** `npm ci` will download the webui code to run in electron from IPFS using the [ipfs-or-gateway](https://www.npmjs.com/package/ipfs-or-gateway) npm package. For details, see the [build process](`.github/workflows/ci.yml`) and the [webui code](https://github.com/ipfs/ipfs-webui). ipfs-desktop in itself is a simple container that makes sure kubo and webui can work together in a standalone fashion and has access to other os-specfic features like tray and contextual integrations. There are multiple ways to access webui: