Skip to content

Commit

Permalink
Merge pull request #3939 from WilliButz/master
Browse files Browse the repository at this point in the history
README.md: add Nix to the linux package managers
  • Loading branch information
whyrusleeping authored May 25, 2017
2 parents 9a9df1f + 2f76108 commit c1f658c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ From there:
### From Linux package managers

- [Arch Linux](#arch-linux)
- [Nix](#nix)
- [Snap](#snap)

#### Arch Linux
Expand All @@ -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):
Expand Down

0 comments on commit c1f658c

Please sign in to comment.