Skip to content

Commit 7956ada

Browse files
authored
Merge pull request #5832 from ipfs/docs/guix-package
README: document guix package
2 parents 508f307 + e7d642e commit 7956ada

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,17 @@ For Linux and MacOSX you can use the purely functional package manager [Nix](htt
101101
```
102102
$ nix-env -i ipfs
103103
```
104+
104105
You can also install the Package by using it's attribute name, which is also `ipfs`.
105106

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+
106115
#### Snap
107116

108117
With snap, in any of the [supported Linux distributions](https://snapcraft.io/docs/core/install):

0 commit comments

Comments
 (0)