Reword build instructions for beginners

git clone included
This commit is contained in:
Raymond Li 2020-05-08 01:06:45 -04:00 committed by GitHub
parent 3fee6e6fc4
commit 99daabf58d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -85,8 +85,10 @@ If there's no packaged version available - think carefully, since you're using a
**If you want to build a non-debug version, you should tag your build before configuring.** For example: `git tag -f "git-$(git rev-parse --short HEAD)"` will add a tag with the short commit ID, which will be used for the version info. Issues asking about ASAN/complaints about i3lock-color being slow / etc will likely be closed. i3lock-color uses GNU autotools for building.
To build i3lock-color, first install the dependencies listed above, then run:
To build i3lock-color, first install the dependencies listed above, then clone the repo and run the build script:
```
git clone https://github.com/Raymo111/i3lock-color.git
cd i3lock-color
chmod +x build.sh
./build.sh
```