summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-07-19 12:04:39 +0200
committerSimon Ser <contact@emersion.fr>2021-07-19 12:04:39 +0200
commit600d811ca480858c65ca4558054a607ef30b95c3 (patch)
treec50497e402083e96888054a6af612ebd93b115bb /README.md
parentb20ec62368234810e84bdd52ee416b32499be270 (diff)
downloadswaybg-600d811ca480858c65ca4558054a607ef30b95c3.tar.gz
swaybg-600d811ca480858c65ca4558054a607ef30b95c3.tar.bz2
readme: append / to dirname in compilation instructions
Makes it more obvious that build/ is a directory, not a sub-command.
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 e758265..f638547 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,6 @@ _\* Compile-time dep_
Run these commands:
- meson build
- ninja -C build
- sudo ninja -C build install
+ meson build/
+ ninja -C build/
+ sudo ninja -C build/ install