zenith391 / OCEmu

OpenComputers Emulator in Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect AUR package download command

AtomicScience opened this issue · comments

pacman -S ocemu-zenith

This command of yours is wrong since pacman only works with official repositories, and my package is on AUR, meaning that the following command should be provided instead:
yay -S ocemu-zenith

And since not everyone has a yay, because it's a kind of an optional program, providing them with a link to the AUR package page is also a good idea

@zenith391, I remind you of this issue