Skip to content

Commit

Permalink
Clearify OSX installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lkluft committed Sep 25, 2024
1 parent 603c9bd commit 4d49d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ it's possible to define names pointing to CIDs
* easiest way to run a local node on a laptop: [IPFS Desktop](https://docs.ipfs.tech/install/ipfs-desktop/)
* or on OSX: `brew install --cask ipfs`
* for CLI tools: [IPFS CLI (kubo)](https://docs.ipfs.tech/install/command-line/#system-requirements)
* or on OSX: `brew install ipfs`
* or on OSX: `brew install --formula ipfs` (you may need to run `brew link ipfs`)

(it's possible to run a node on *kubo* only, but slightly more complicated)

Expand Down

0 comments on commit 4d49d18

Please sign in to comment.