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

Fix build script name as pointed out in #157 (script was renamed but readme instruction was not).
This commit is contained in:
Raymond Li 2020-05-08 01:04:32 -04:00 committed by GitHub
parent f2cd4f1564
commit 3fee6e6fc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.