Skip to content

Commit 3d9cb78

Browse files
authored
Merge pull request #8545 from xiaoyu2006/patch-1
Add Homebrew installation method.
1 parent 52a7477 commit 3d9cb78

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Before opening an issue, consider using one of the following locations to ensure
5050
- [macOS package managers](#macos-package-managers)
5151
- [MacPorts](#MacPorts)
5252
- [Nix](#nix-macos)
53+
- [Homebrew](#Homebrew)
5354
- [Windows package managers](#windows-package-managers)
5455
- [Chocolatey](#chocolatey)
5556
- [Scoop](#scoop)
@@ -169,6 +170,7 @@ $ sudo snap install ipfs
169170

170171
- [MacPorts](#macports)
171172
- [Nix](#nix-macos)
173+
- [Homebrew](#Homebrew)
172174

173175
#### MacPorts
174176

@@ -188,6 +190,14 @@ $ nix-env -i ipfs
188190

189191
You can also install the Package by using its attribute name, which is also `ipfs`.
190192

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+
191201
### Windows package managers
192202

193203
- [Chocolatey](#chocolatey)

0 commit comments

Comments
 (0)