diff options
author | Simon Ser <contact@emersion.fr> | 2021-07-19 12:04:39 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-07-19 12:04:39 +0200 |
commit | 600d811ca480858c65ca4558054a607ef30b95c3 (patch) | |
tree | c50497e402083e96888054a6af612ebd93b115bb | |
parent | b20ec62368234810e84bdd52ee416b32499be270 (diff) | |
download | swaybg-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.
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |