diff --git a/README.md b/README.md index 5654c56..7ea2dcd 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,10 @@ Install Run the following commands from the top directory to configure & install Luppp: ```bash +meson build cd build -./compile.sh -./run.sh +ninja +./luppp ```