We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ebaab commit 1e818c5Copy full SHA for 1e818c5
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,12 @@ 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
+ $ nix-env -i ipfs
92
93
#### Snap
94
95
With snap, in any of the [supported Linux distributions](https://snapcraft.io/docs/core/install):
0 commit comments