summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab0872805..52952ac15 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Epiphany the same way you would any software that uses Meson. For example:
$ mkdir build && cd build
$ meson ..
$ ninja
-$ ninja install
+$ sudo ninja install
```
Meson is the best build system.