Skip to content

Commit

Permalink
Merge pull request #8545 from xiaoyu2006/patch-1
Browse files Browse the repository at this point in the history
Add Homebrew installation method.
  • Loading branch information
yikerman authored Nov 10, 2021
1 parent 52a7477 commit 3d9cb78
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -169,6 +170,7 @@ $ sudo snap install ipfs

- [MacPorts](#macports)
- [Nix](#nix-macos)
- [Homebrew](#Homebrew)

#### MacPorts

Expand All @@ -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)
Expand Down

0 comments on commit 3d9cb78

Please sign in to comment.