i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 3fee6e6fc41b0eddb7be8e7980eee4b8ad83c348
parent f2cd4f15647259c3aec35a9057331d97e4de659a
Author: Raymond Li <hi@raymond.li>
Date:   Fri,  8 May 2020 01:04:32 -0400

make.sh --> build.sh (oops)

Fix build script name as pointed out in #157 (script was renamed but readme instruction was not).
Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -87,8 +87,8 @@ If there's no packaged version available - think carefully, since you're using a
 
 To build i3lock-color, first install the dependencies listed above, then run:
 ```
-chmod +x make.sh
-./make.sh
+chmod +x build.sh
+./build.sh
 ```
 You may choose to modify the script based on your needs/OS/distro.