README: document guix package
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Dec 10, 2018 at 12:51 UTC
e7d642e5e688cc76b8009aea50b75dbcb4a1bf79
1 file changed
+9
README.md
+9
@@ -101,8 +101,17 @@ For Linux and MacOSX you can use the purely functional package manager [Nix](htt
101
```
102
$ nix-env -i ipfs
103
```
104
+
105
You can also install the Package by using it's attribute name, which is also `ipfs`.
106
107
+#### Guix
108
+
109
+GNU's functional package manager, [Guix](https://www.gnu.org/software/guix/), also provides a go-ipfs package:
110
+
111
+```
112
+$ guix package -i go-ipfs
113
+```
114
+
115
#### Snap
116
117
With snap, in any of the [supported Linux distributions](https://snapcraft.io/docs/core/install):