From fa9d70e1afadc4c603d315873e55d15fdf3fedf8 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 27 Apr 2018 14:34:10 +0000 Subject: [PATCH] Readme: Add sudo to the install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bca6adf..dac26de5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You need Meson and Ninja (as well as Rust and Cargo) to build Fractal. ``` meson . _build --prefix=/usr/local ninja -C _build -ninja -C _build install +sudo ninja -C _build install ``` ### macOS