aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-16 10:08:29 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-16 10:08:29 -0400
commit0d041890425279dfb8d17f5943ca49b0effbff61 (patch)
treea122cf2b32b9ce641f238daf59af1feb57878220 /README.md
parentImprove readme (diff)
downloadsway-0d041890425279dfb8d17f5943ca49b0effbff61.tar.gz
sway-0d041890425279dfb8d17f5943ca49b0effbff61.tar.zst
sway-0d041890425279dfb8d17f5943ca49b0effbff61.zip
Correction about make install behavior
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 384aaf7c..657a3a1e 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Compiling:
32 make 32 make
33 # sudo make install 33 # sudo make install
34 34
35Binary shows up in `./bin` (or `/usr/bin` if you `make install`). 35Binary shows up in `./bin` (or `/usr/local/bin` if you `make install`).
36 36
37## Configuration 37## Configuration
38 38