README.md: add Nix to the linux package managers
License: MIT Signed-off-by: Willi Butz <wbutz@cyberfnord.de>
Willi Butz committed
May 24, 2017 at 11:31 UTC
2f761081ecf4cbd9d27166ed58631b355c0eff64
1 file changed
+10
README.md
+10
@@ -70,6 +70,7 @@ From there:
70
### From Linux package managers
71
72
- [Arch Linux](#arch-linux)
73
+- [Nix](#nix)
74
- [Snap](#snap)
75
76
#### Arch Linux
@@ -83,6 +84,15 @@ Development version of go-ipfs is also on AUR under
84
[go-ipfs-git](https://aur.archlinux.org/packages/go-ipfs-git/).
85
You can install it using your favourite AUR Helper or manually from AUR.
86
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
+You can also install the Package by using it's attribute name, which is also `ipfs`.
95
+
96
#### Snap
97
98
With snap, in any of the [supported Linux distributions](https://snapcraft.io/docs/core/install):