@@ -27,6 +27,8 @@ Before opening an issue, consider using one of the following locations to ensure
27
27
- [ System Requirements] ( #system-requirements )
28
28
- [ Install prebuilt packages] ( #install-prebuilt-packages )
29
29
- [ From Linux package managers] ( #from-linux-package-managers )
30
+ - [ From Windows package managers] ( #from-windows-package-managers )
31
+ - [ From macOS package managers] ( #from-macos-package-managers )
30
32
- [ Build from Source] ( #build-from-source )
31
33
- [ Install Go] ( #install-go )
32
34
- [ Download and Compile IPFS] ( #download-and-compile-ipfs )
@@ -80,7 +82,7 @@ You can also download go-ipfs from this project's GitHub releases page if you ar
80
82
### From Linux package managers
81
83
82
84
- [ Arch Linux] ( #arch-linux )
83
- - [ Nix] ( #nix )
85
+ - [ Nix] ( #nix-linux )
84
86
- [ Solus] ( #solus )
85
87
- [ Snap] ( #snap )
86
88
@@ -97,9 +99,9 @@ Development version of go-ipfs is also on AUR under
97
99
[ go-ipfs-git] ( https://aur.archlinux.org/packages/go-ipfs-git/ ) .
98
100
You can install it using your favorite AUR Helper or manually from AUR.
99
101
100
- #### Nix
102
+ #### < a name = " nix-linux " > Nix</ a >
101
103
102
- For Linux and MacOSX you can use the purely functional package manager [ Nix] ( https://nixos.org/nix/ ) :
104
+ For Linux and macOS you can use the purely functional package manager [ Nix] ( https://nixos.org/nix/ ) :
103
105
104
106
```
105
107
$ nix-env -i ipfs
@@ -155,6 +157,29 @@ PS> scoop bucket add extras
155
157
PS> scoop install go-ipfs
156
158
```
157
159
160
+ ### From macOS package managers
161
+
162
+ - [ MacPorts] ( #macports )
163
+ - [ Nix] ( #nix-macos )
164
+
165
+ #### MacPorts
166
+
167
+ The package [ ipfs] ( https://ports.macports.org/port/ipfs ) currently points to go-ipfs and is being maintained.
168
+
169
+ ```
170
+ $ sudo port install ipfs
171
+ ```
172
+
173
+ #### <a name =" nix-macos " >Nix</a >
174
+
175
+ For macOS and Linux you can use the purely functional package manager [ Nix] ( https://nixos.org/nix/ ) :
176
+
177
+ ```
178
+ $ nix-env -i ipfs
179
+ ```
180
+
181
+ You can also install the Package by using its attribute name, which is also ` ipfs ` .
182
+
158
183
### Build from Source
159
184
160
185
go-ipfs's build system requires Go 1.15.2 and some standard POSIX build tools:
0 commit comments