Skip to content

Commit

Permalink
Merge pull request #3742 from ipfs/feat/arch-install
Browse files Browse the repository at this point in the history
readme: add Arch install instruction
  • Loading branch information
whyrusleeping authored Mar 3, 2017
2 parents 5ff552c + 773f771 commit e72deea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,22 @@ From there:

### From Linux package managers

- [Arch Linux](#arch-linux)
- [Snap](#snap)

#### Arch Linux

In Arch Linux go-ipfs is available as
[go-ipfs](https://www.archlinux.org/packages/community/x86_64/go-ipfs/) package.

$ sudo pacman -S go-ipfs

Development version of go-ipfs is also on AUR under
[go-ipfs-git](https://aur.archlinux.org/packages/go-ipfs-git/).
You can install it using your favourite AUR Helper or manually from AUR.

#### Snap

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

$ sudo snap install ipfs
Expand Down

0 comments on commit e72deea

Please sign in to comment.