From 1d78f190a7746917cf9e1c1e4680094a6aee82f1 Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 22 Aug 2023 15:18:39 +0200 Subject: [PATCH] readme updated --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..33937dc --- /dev/null +++ b/README.md @@ -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`