Switch build instructions for meson port. (#263)

This commit is contained in:
Leigh Scott
2018-11-22 09:39:52 +00:00
committed by Clement Lefebvre
parent 088ec7b031
commit 7220975463

6
README
View File

@@ -35,7 +35,7 @@ Installation
Simple install procedure:
% ./autogen.sh # run the `configure' script
% make # build xed
% meson . build # run the `configure' script
% ninja -v -C build # build xed
[ Become root if necessary ]
% make install # install xed
% ninja install -v -C build # install xed