M4444 / TMatrix

Terminal based replica of the digital rain from The Matrix.
GNU General Public License v2.0
380 stars 14 forks source link

README.md Arch build clarifications #13

Closed eliasrg closed 5 years ago

eliasrg commented 5 years ago

Please understand that not all users have installed an AUR helper, and that yay is by no means the only one they might choose. If you want detailed, portable instructions, they might be

git clone https://aur.archlinux.org/tmatrix-git.git
cd tmatrix-git
makepkg
sudo pacman -U tmatrix-git-*.pkg.tar.xz

However, just saying "install tmatrix-git from the AUR" will be enough; most users already have a preferred way of installing AUR packages.

I have made the other changes you requested.

eliasrg commented 5 years ago

Done.

While we are discussing small issues, it could be worth mentioning that the package also works for any Arch-based distribution (I am on Manjaro myself). But I will leave this decision to you.

M4444 commented 5 years ago

Merged into master. Thanks for your effort and contribution.