Inclusion of the presence of the go-ipfs package in Solus
https://dev.getsol.us/T5361
PoorPockets McNewHold committed
Dec 29, 2019 at 11:47 UTC
4c6ff8a134cb8978b0556c7bdbff7f796776a5f3
1 file changed
+12
README.md
+12
@@ -84,6 +84,7 @@ You can also download go-ipfs from this project's GitHub releases page if you ar
84
85
- [Arch Linux](#arch-linux)
86
- [Nix](#nix)
87
+- [Solus](#solus)
88
- [Snap](#snap)
89
90
#### Arch Linux
@@ -117,6 +118,17 @@ GNU's functional package manager, [Guix](https://www.gnu.org/software/guix/), al
118
$ guix package -i go-ipfs
119
```
120
121
+#### Solus
122
+
123
+In solus, go-ipfs is available in the main repository as
124
+[go-ipfs](https://dev.getsol.us/source/go-ipfs/repository/master/).
125
+
126
+```
127
+$ sudo eopkg install go-ipfs
128
+```
129
+
130
+You can also install it trough the Solus software center.
131
+
132
#### Snap
133
134
With snap, in any of the [supported Linux distributions](https://snapcraft.io/docs/core/install):