1
0
mirror of https://github.com/tiyn/slock.git synced 2025-10-18 13:51:20 +02:00

1 Commits

Author SHA1 Message Date
135ba46cd0 readme updated 2023-08-22 15:18:23 +02:00
2 changed files with 10 additions and 3 deletions

3
.gitignore vendored
View File

@@ -1,3 +0,0 @@
slock
*.o
config.h

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# slock
This is my patched version of slock. The base version is directly from suckless.org.
## Installation
The most basic way is to clone the repository and then invoke make.
- `git clone https://github.com/tiyn/st-0.9.0`
- `make clean install`