Skip to content

Commit 6dee6ca

Browse files
committed
README.md: add Nix to the linux package managers
License: MIT Signed-off-by: Willi Butz <[email protected]>
1 parent 27ebaab commit 6dee6ca

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ From there:
7070
### From Linux package managers
7171

7272
- [Arch Linux](#arch-linux)
73+
- [Nix](#nix)
7374
- [Snap](#snap)
7475

7576
#### Arch Linux
@@ -83,6 +84,18 @@ Development version of go-ipfs is also on AUR under
8384
[go-ipfs-git](https://aur.archlinux.org/packages/go-ipfs-git/).
8485
You can install it using your favourite AUR Helper or manually from AUR.
8586

87+
### Nix
88+
89+
For Linux and MacOSX you can use the purely functional package manager [Nix](https://nixos.org/nix/):
90+
91+
```
92+
$ nix-env -i ipfs
93+
```
94+
or
95+
```
96+
$ nix-env -iA nixos.ipfs
97+
```
98+
8699
#### Snap
87100

88101
With snap, in any of the [supported Linux distributions](https://snapcraft.io/docs/core/install):

0 commit comments

Comments
 (0)