Merge pull request #8545 from xiaoyu2006/patch-1
Add Homebrew installation method.
Yi Cao committed
Nov 10, 2021 at 23:32 UTC
3d9cb78ef1a6d15dc27f5040ef287fecab5e662d
1 file changed
+10
README.md
+10
@@ -50,6 +50,7 @@ Before opening an issue, consider using one of the following locations to ensure
50
- [macOS package managers](#macos-package-managers)
51
- [MacPorts](#MacPorts)
52
- [Nix](#nix-macos)
53
+ - [Homebrew](#Homebrew)
54
- [Windows package managers](#windows-package-managers)
55
- [Chocolatey](#chocolatey)
56
- [Scoop](#scoop)
@@ -169,6 +170,7 @@ $ sudo snap install ipfs
170
171
- [MacPorts](#macports)
172
- [Nix](#nix-macos)
173
+- [Homebrew](#Homebrew)
174
175
#### MacPorts
176
@@ -188,6 +190,14 @@ $ nix-env -i ipfs
190
191
You can also install the Package by using its attribute name, which is also `ipfs`.
192
193
+#### Homebrew
194
+
195
+A Homebrew formula [ipfs](https://formulae.brew.sh/formula/ipfs) is maintained too.
196
+
197
+```
198
+$ brew install --formula ipfs
199
+```
200
+
201
### Windows package managers
202
203
- [Chocolatey](#chocolatey)