From 49dfb2497523f30941e8c09dc3b6677321a5ac1f Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Sat, 28 Nov 2020 17:15:07 +0100 Subject: [PATCH] Syntax fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 39db43a..a3acc41 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ This is my version of dwm with applied patches. Feel free to use it but I recommend creating your own version. You can find dwm at https://dwm.suckless.org/. ## Installation - 1. `git clone https://github.com/E-Almqvist/dwm.git` - 2. `cd dwm/src & make install` - 3. [Check out the XSession installation](xsession/) + 1. `git clone https://github.com/E-Almqvist/dwm.git` + 2. `cd dwm/src & make install` + 3. [Check out the XSession installation](xsession/) ## Features (patches) - **[anybar](https://dwm.suckless.org/patches/anybar/)**