From 905f317666bf58bee2e89846bf404c92ae986bc0 Mon Sep 17 00:00:00 2001 From: Alexander Epaneshnikov Date: Tue, 15 Jun 2021 11:01:14 +0300 Subject: [PATCH] update README --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a69a5df..d05278f 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,15 @@ is beyond the scope of this document. The preferred way to install espeakup is using your distribution's packaging system, but if your distribution does not have a package for -espeakup yet, espeakup just uses a Makefile, so you should be able to -change to the source directory, then type make, then as root, make -install. +espeakup yet, espeakup just uses meson, so you should be able to +change to the source directory, then type: + +```bash +meson . ./build +cd ./build +ninja +sudo ninja install +``` ## Starting Up