summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@posteo.net>2018-07-22 20:54:19 +0000
committerMichael Catanzaro <mcatanzaro@posteo.net>2018-07-22 20:54:19 +0000
commita1d6c75bf1dd9c0e761555506fedb8212beebf12 (patch)
tree7598b38ce0b06f3a2e26660999e38f4abf8a2b89
parent805d18f715dc2cae9036c51d5a3b356dc3fc8e1e (diff)
downloadepiphany-a1d6c75bf1dd9c0e761555506fedb8212beebf12.tar.gz
Update README.md
-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.