We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ebaab commit 6dee6caCopy full SHA for 6dee6ca
README.md
@@ -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,18 @@ Development version of go-ipfs is also on AUR under
83
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
+or
95
96
+$ nix-env -iA nixos.ipfs
97
98
99
#### Snap
100
101
With snap, in any of the [supported Linux distributions](https://snapcraft.io/docs/core/install):
0 commit comments