aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-02-23 20:36:26 +0100
committerSimon Ser <contact@emersion.fr>2021-02-23 20:36:26 +0100
commit70a7c7f3890fc538d917c20f7b354fb1512e8b16 (patch)
treebfd29c8da6ab292a848b1481c2b4463912a9b801 /README.md
parentc5202b728ae74a40c710d3d045e9fdb8b7cbec17 (diff)
readme: make it clear build/ is a dir
Can be confused with a sub-command for people not familiar with Meson and ninja.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 61d7d820..51ab2354 100644
--- a/README.md
+++ b/README.md
@@ -70,12 +70,12 @@ If you choose to enable X11 support:
Run these commands:
- meson build
- ninja -C build
+ meson build/
+ ninja -C build/
Install like so:
- sudo ninja -C build install
+ sudo ninja -C build/ install
## Contributing