Improve install command

This commit is contained in:
hodasemi 2024-02-20 10:20:45 +01:00
parent 88d2a72dd3
commit 33a894e02f

View file

@ -1,3 +1,3 @@
# Build package for arch-based systems
* simply build it: `makepkg -fc`
* also install it directly afterwards: `makepkg -ifc`
* simply build it: `makepkg -sfc`
* also install it directly afterwards: `makepkg -isfc`