mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
Merge pull request #8545 from xiaoyu2006/patch-1
Add Homebrew installation method.
This commit is contained in:
parent
52a747763f
commit
3d9cb78ef1
10
README.md
10
README.md
@ -50,6 +50,7 @@ Before opening an issue, consider using one of the following locations to ensure
|
||||
- [macOS package managers](#macos-package-managers)
|
||||
- [MacPorts](#MacPorts)
|
||||
- [Nix](#nix-macos)
|
||||
- [Homebrew](#Homebrew)
|
||||
- [Windows package managers](#windows-package-managers)
|
||||
- [Chocolatey](#chocolatey)
|
||||
- [Scoop](#scoop)
|
||||
@ -169,6 +170,7 @@ $ sudo snap install ipfs
|
||||
|
||||
- [MacPorts](#macports)
|
||||
- [Nix](#nix-macos)
|
||||
- [Homebrew](#Homebrew)
|
||||
|
||||
#### MacPorts
|
||||
|
||||
@ -188,6 +190,14 @@ $ nix-env -i ipfs
|
||||
|
||||
You can also install the Package by using its attribute name, which is also `ipfs`.
|
||||
|
||||
#### Homebrew
|
||||
|
||||
A Homebrew formula [ipfs](https://formulae.brew.sh/formula/ipfs) is maintained too.
|
||||
|
||||
```
|
||||
$ brew install --formula ipfs
|
||||
```
|
||||
|
||||
### Windows package managers
|
||||
|
||||
- [Chocolatey](#chocolatey)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user