From 2f761081ecf4cbd9d27166ed58631b355c0eff64 Mon Sep 17 00:00:00 2001 From: Willi Butz Date: Wed, 24 May 2017 11:31:20 +0200 Subject: [PATCH] README.md: add Nix to the linux package managers License: MIT Signed-off-by: Willi Butz --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 826ea1048..ce046b3dd 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ From there: ### From Linux package managers - [Arch Linux](#arch-linux) +- [Nix](#nix) - [Snap](#snap) #### 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/). 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 With snap, in any of the [supported Linux distributions](https://snapcraft.io/docs/core/install):