From 18fced8229d97d71923e3a614b677f20c596c53e Mon Sep 17 00:00:00 2001 From: hnhx <49120638+hnhx@users.noreply.github.com> Date: Mon, 27 Dec 2021 11:52:17 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a10982d..1bed45e 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,12 @@ Changes: - st - Applied the [anysize](https://st.suckless.org/patches/anysize/st-anysize-0.8.4.diff) patch - Changed the font and the colors (dracula theme) + +How to install: + +``` +git clone https://github.com/hnhx/suckless.git +cd suckless +make +sudo make install +```