From 97960375188e579d36eb84897835fd95daf41955 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 11 Mar 2022 09:20:10 -0300 Subject: [PATCH] Use markdown --- README => README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename README => README.md (75%) diff --git a/README b/README.md similarity index 75% rename from README rename to README.md index eba38cc..674995e 100644 --- a/README +++ b/README.md @@ -5,7 +5,7 @@ Heavily-patched build of dwm. ## Table of contents - [Installation ](#installation-) - [Usage ](#usage-) - - [Dependencies ](#dependencies-) + - [Dependencies ](#requirements-) - [Contributing ](#contributing-) - [License ](#license-) @@ -25,9 +25,9 @@ To run `cdwm`: exec dwm ``` -## Dependencies +## Requirements -You need to install [libxft-bgra][1]. +In order to build dwm you need the Xlib header files and [libxft-bgra][1]. ## Patches @@ -45,3 +45,5 @@ PRs are welcome. ## License [MIT](https://raw.githubusercontent.com/santilococo/cdwm/master/LICENSE.md) +[1]: https://aur.archlinux.org/packages/libxft-bgra +