Skip to content

Commit

Permalink
Update the link to IPFS (now kubo) in the README as well as stray
Browse files Browse the repository at this point in the history
mentions of "ipfs" in lowercase to uppercase for consistency

Closes #854
  • Loading branch information
machawk1 committed Feb 7, 2025
1 parent 99abb2e commit 487ad7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ pip install ./

## Setup

The InterPlanetary File System (ipfs) daemon must be installed and running before starting ipwb. See the [Install IPFS](https://ipfs.io/docs/install/) page to accomplish this. In the future, we hope to make this more automated. Once ipfs is installed, start the daemon:
The InterPlanetary File System (IPFS) daemon (named "kubo", previously "go-ipfs") must be installed and running before starting ipwb. [Download kubo](https://dist.ipfs.tech/#kubo) and [take your node online](https://docs.ipfs.tech/how-to/command-line-quick-start/#take-your-node-online) to start the IPFS daemon. Once installed, this can be done using the command:

```
$ ipfs daemon
Expand Down

0 comments on commit 487ad7d

Please sign in to comment.