From 7752f94a891355a5c95cee0aa6416f68fbda1f1e 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 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 826ea10489bc..c0cf997f0e72 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ From there: - [Arch Linux](#arch-linux) - [Snap](#snap) +- [Nix](#nix) #### Arch Linux @@ -89,6 +90,12 @@ With snap, in any of the [supported Linux distributions](https://snapcraft.io/do $ sudo snap install ipfs +### Nix + +For Linux and MacOSX you can use the purely functional package manager [Nix](https://nixos.org/nix/): + + $ nix-env -i ipfs + ### Build from Source #### Install Go