prt-get/INSTALL
John McQuah ffe29e224e update man-page with fresh examples
drop from INSTALL the outdated autotools instructions
2023-09-03 16:11:29 -04:00

8 lines
146 B
Plaintext

Installing prt-get
------------------
Installing prt-get is just a matter of
meson setup bld --prefix=/usr
cd bld && meson compile
meson install