Commit e7d642e5 authored by Steven Allen's avatar Steven Allen

README: document guix package

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
parent 508f307c
......@@ -101,8 +101,17 @@ For Linux and MacOSX you can use the purely functional package manager [Nix](htt
```
$ nix-env -i ipfs
```
You can also install the Package by using it's attribute name, which is also `ipfs`.
#### Guix
GNU's functional package manager, [Guix](https://www.gnu.org/software/guix/), also provides a go-ipfs package:
```
$ guix package -i go-ipfs
```
#### Snap
With snap, in any of the [supported Linux distributions](https://snapcraft.io/docs/core/install):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment