@cryptotaxi247 / kubo / commits / 204b8428b

docs(readme): update package managers section (#9488)

Piotr Galar committed Dec 12, 2022 at 00:12 UTC 204b8428bf91b04a6ff14ce4426255a15b5082f0
1 file changed +35 -39
README.md
+35 -39
@@ -62,13 +62,13 @@ Before opening an issue, consider using one of the following locations to ensure
62 - [openSUSE](#opensuse)
63 - [Guix](#guix)
64 - [Snap](#snap)
65 - - [Unofficial MacOS packages](#unofficial-macos-packages)
66 - - [MacPorts](#macports)
67 - - [Nix](#nix-1)
68 - - [Homebrew](#homebrew)
65 - [Unofficial Windows packages](#unofficial-windows-packages)
66 - [Chocolatey](#chocolatey)
67 - [Scoop](#scoop)
68 + - [Unofficial MacOS packages](#unofficial-macos-packages)
69 + - [MacPorts](#macports)
70 + - [Nix](#nix-macos)
71 + - [Homebrew](#homebrew)
72 - [Build from Source](#build-from-source)
73 - [Install Go](#install-go)
74 - [Download and Compile IPFS](#download-and-compile-ipfs)
@@ -166,10 +166,12 @@ $ ipfs get /ipns/dist.ipfs.tech/kubo/$VERSION/kubo_$VERSION_windows-amd64.zip
166
167 ### Unofficial Linux packages
168
169 -- [Arch Linux](#arch-linux)
170 -- [Nix](#nix-linux)
169 +- [ArchLinux](#arch-linux)
170 +- [Nix](#nix)
171 - [Solus](#solus)
172 - [openSUSE](#opensuse)
173 +- [Guix](#guix)
174 +- [Snap](#snap)
175
176 #### Arch Linux
177
@@ -193,11 +195,10 @@ You can also install the Package by using its attribute name, which is also `ipf
195
196 #### Solus
197
196 -In solus, kubo (go-ipfs) is available in the main repository as
197 -[go-ipfs](https://dev.getsol.us/source/go-ipfs/repository/master/).
198 +[Package for Solus](https://dev.getsol.us/source/kubo/repository/master/)
199
200 ```
200 -$ sudo eopkg install go-ipfs
201 +$ sudo eopkg install kubo
202 ```
203
204 You can also install it through the Solus software center.
@@ -208,16 +209,36 @@ You can also install it through the Solus software center.
209
210 #### Guix
211
211 -GNU's functional package manager, [Guix](https://www.gnu.org/software/guix/), also provides a go-ipfs package:
212 -
213 -```
214 -$ guix package -i go-ipfs
215 -```
212 +[Community Package for go-ipfs](https://packages.guix.gnu.org/packages/go-ipfs/0.11.0/) is no out-of-date.
213
214 #### Snap
215
216 No longer supported, see rationale in [kubo#8688](https://github.com/ipfs/kubo/issues/8688).
217
218 +### Unofficial Windows packages
219 +
220 +- [Chocolatey](#chocolatey)
221 +- [Scoop](#scoop)
222 +
223 +#### Chocolatey
224 +
225 +No longer supported, see rationale in [kubo#9341](https://github.com/ipfs/kubo/issues/9341).
226 +
227 +#### Scoop
228 +
229 +Scoop provides kubo as `kubo` in its 'extras' bucket.
230 +
231 +```Powershell
232 +PS> scoop bucket add extras
233 +PS> scoop install kubo
234 +```
235 +
236 +### Unofficial macOS packages
237 +
238 +- [MacPorts](#macports)
239 +- [Nix](#nix-macos)
240 +- [Homebrew](#homebrew)
241 +
242 #### MacPorts
243
244 The package [ipfs](https://ports.macports.org/port/ipfs) currently points to kubo (go-ipfs) and is being maintained.
@@ -244,31 +265,6 @@ A Homebrew formula [ipfs](https://formulae.brew.sh/formula/ipfs) is maintained t
265 $ brew install --formula ipfs
266 ```
267
247 -### Unofficial Windows packages
248 -
249 -- [Chocolatey](#chocolatey)
250 -- [Scoop](#scoop)
251 -
252 -#### Chocolatey
253 -
254 -No longer supported, see rationale in [kubo#9341](https://github.com/ipfs/kubo/issues/9341).
255 -
256 -#### Scoop
257 -
258 -Scoop provides kubo as `kubo` in its 'extras' bucket.
259 -
260 -```Powershell
261 -PS> scoop bucket add extras
262 -PS> scoop install kubo
263 -```
264 -
265 -### Unofficial macOS packages
266 -
267 -- [MacPorts](#macports)
268 -- [Nix](#nix-macos)
269 -- [Homebrew](#homebrew)
270 -
271 -
268 ### Build from Source
269
270 ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/ipfs/kubo?label=Requires%20Go&logo=go&style=flat-square&cacheSeconds=3600)