Skip to content

Commit

Permalink
README.md: add Nix to the linux package managers
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliButz committed May 24, 2017
1 parent 27ebaab commit 7752f94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ From there:

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

#### Arch Linux

Expand All @@ -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
Expand Down

1 comment on commit 7752f94

@GitCop
Copy link

@GitCop GitCop commented on 7752f94 May 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were the following issues with your Pull Request

We ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.
git commit --amend can often help you quickly improve the commit message.
Guidelines and a script are available to help in the long run.
Your feedback on GitCop is welcome on this issue.


This message was auto-generated by https://gitcop.com

Please sign in to comment.