aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-01 15:25:41 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-01 15:25:41 -0500
commit1fbabc6c747205e62cd1dff3771bd319a935438f (patch)
tree8c079c9fe0f909be8429ab010ed75853bd3429d0 /README.md
parentMerge pull request #286 from mikkeloscar/wlc-origin-point (diff)
parentcmake: remove unnecessary quotes (diff)
downloadsway-1fbabc6c747205e62cd1dff3771bd319a935438f.tar.gz
sway-1fbabc6c747205e62cd1dff3771bd319a935438f.tar.zst
sway-1fbabc6c747205e62cd1dff3771bd319a935438f.zip
Merge pull request #285 from christophgysin/cmake
cmake configuration cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4bbfa750..394dfc80 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,9 @@ Install dependencies:
46 46
47Run these commands: 47Run these commands:
48 48
49 cmake . 49 mkdir build
50 cd build
51 cmake ..
50 make 52 make
51 sudo make install 53 sudo make install
52 54