mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 17:36:38 +08:00
Merge pull request #3939 from WilliButz/master
README.md: add Nix to the linux package managers
This commit is contained in:
10
README.md
10
README.md
@ -70,6 +70,7 @@ From there:
|
|||||||
### From Linux package managers
|
### From Linux package managers
|
||||||
|
|
||||||
- [Arch Linux](#arch-linux)
|
- [Arch Linux](#arch-linux)
|
||||||
|
- [Nix](#nix)
|
||||||
- [Snap](#snap)
|
- [Snap](#snap)
|
||||||
|
|
||||||
#### Arch Linux
|
#### Arch Linux
|
||||||
@ -83,6 +84,15 @@ Development version of go-ipfs is also on AUR under
|
|||||||
[go-ipfs-git](https://aur.archlinux.org/packages/go-ipfs-git/).
|
[go-ipfs-git](https://aur.archlinux.org/packages/go-ipfs-git/).
|
||||||
You can install it using your favourite AUR Helper or manually from AUR.
|
You can install it using your favourite AUR Helper or manually from AUR.
|
||||||
|
|
||||||
|
### Nix
|
||||||
|
|
||||||
|
For Linux and MacOSX you can use the purely functional package manager [Nix](https://nixos.org/nix/):
|
||||||
|
|
||||||
|
```
|
||||||
|
$ nix-env -i ipfs
|
||||||
|
```
|
||||||
|
You can also install the Package by using it's attribute name, which is also `ipfs`.
|
||||||
|
|
||||||
#### Snap
|
#### Snap
|
||||||
|
|
||||||
With snap, in any of the [supported Linux distributions](https://snapcraft.io/docs/core/install):
|
With snap, in any of the [supported Linux distributions](https://snapcraft.io/docs/core/install):
|
||||||
|
Reference in New Issue
Block a user