aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-27 11:09:28 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-27 11:09:28 -0500
commita67832ab111a0b2d9f63ca042c261b1d73da59ea (patch)
tree293b169ce6acc56097be5f1e8601e0f7b78b467b /README.md
parentMerge pull request #410 from mikkeloscar/free-ipc-response (diff)
downloadsway-a67832ab111a0b2d9f63ca042c261b1d73da59ea.tar.gz
sway-a67832ab111a0b2d9f63ca042c261b1d73da59ea.tar.zst
sway-a67832ab111a0b2d9f63ca042c261b1d73da59ea.zip
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e087d78e..b12f9a62 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Run these commands:
58 58
59 mkdir build 59 mkdir build
60 cd build 60 cd build
61 cmake -DCMAKE_BUILD_TYPE=Release .. 61 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc ..
62 make 62 make
63 sudo make install 63 sudo make install
64 64