mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-10 18:57:57 +08:00
Merge pull request #3742 from ipfs/feat/arch-install
readme: add Arch install instruction
This commit is contained in:
commit
e72deea516
16
README.md
16
README.md
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user