From 8fcd0666ff83bf07a837e380adec5c88406e92ea Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 24 Oct 2023 06:08:59 +0200 Subject: [PATCH] added installation guide --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a8bd1b0..70f0973 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,10 @@ build are the following. | Super | Shift | . | Add to monitor lower in stack | | Super | Shift | , | Add to monitor higher in stack | | Alt | | Tab | (Tiling/Deck) Focus window lower in stack than current | + +## Installation + +The most basic way is to clone the repository and then invoke make. + +- `git clone https://github.com/tiyn/dwm` +- `make clean install`