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
1 changed files with 3 additions and 3 deletions

6
README
View File

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