Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inclusion of the presence of the go-ipfs package in Solus #6809

Merged
merged 1 commit into from
Dec 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ You can also download go-ipfs from this project's GitHub releases page if you ar

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

#### Arch Linux
Expand Down Expand Up @@ -117,6 +118,17 @@ GNU's functional package manager, [Guix](https://www.gnu.org/software/guix/), al
$ guix package -i go-ipfs
```

#### Solus

In solus, go-ipfs is available in the main repository as
[go-ipfs](https://dev.getsol.us/source/go-ipfs/repository/master/).

```
$ sudo eopkg install go-ipfs
```

You can also install it trough the Solus software center.

#### Snap

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