Merge pull request #8545 from xiaoyu2006/patch-1

Add Homebrew installation method.
This commit is contained in:
Yi Cao 2021-11-10 23:32:43 +08:00 committed by GitHub
parent 52a747763f
commit 3d9cb78ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)