From 70b41a0fe6c0f210063d74e9316663494f161514 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Sun, 14 Jun 2020 22:19:33 +0200 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ec87524..26d66db 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,22 @@ # dmenu + This is my patched version of dmenu. The base version is directly from suckless.org. This belongs to my larbs installation script, meaning it's supposed to work in the environment of the larbs-base-installation. ## Patches + The list below shows the currently applied patches to this build. - dmenu-border-4.9.diff - dmenu-center-20200111-8cd37e1.diff - dmenu-password-4.9.diff ## Installation + To install this package you can run several commands. ### AUR + If you're on Arch you can use the Arch User Repository. For simplicity you can use a AUR-helper such as yay. - `yay -S dmenu-tiyn-git` @@ -22,6 +26,7 @@ Or you can clone it and run it by makepkg. - `makepkg -sirc` ### MAKE + The most basic way is to clone the repository and then invoke make. - `git clone https://github.com/tiyn/dmenu` - `make clean install`