mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 19:39:22 +00:00
README: Update install instructions for Arch Linux
This commit is contained in:
parent
acf37ff10f
commit
eebcbb5cc2
1 changed files with 4 additions and 2 deletions
|
@ -208,9 +208,11 @@ cmake ..
|
|||
make -j$(nproc)
|
||||
```
|
||||
|
||||
### Arch Linux [AUR](https://wiki.archlinux.org/title/Arch_User_Repository)
|
||||
### [Arch Linux](https://archlinux.org/packages/community/x86_64/p2pool/)
|
||||
|
||||
Make the package: [p2pool-git](https://aur.archlinux.org/packages/p2pool-git/)
|
||||
```
|
||||
pacman -S p2pool
|
||||
```
|
||||
|
||||
### [Nix/NixOS](https://nixos.org)
|
||||
|
||||
|
|
Loading…
Reference in a new issue