1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Update INSTALL

This commit is contained in:
Dion Moult 2024-05-28 19:28:02 +10:00 committed by GitHub
parent ee43345e4a
commit ceeffe1771
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,10 @@ Elinks installation guidelines
Quick guide for the impatient:
meson setup builddir && cd builddir && meson compile && meson install
Alternatively, instead of meson:
./configure && make && make install
Check out the bottom of this file if you're upgrading from Links or an older