From b0e577a8c44ee6a4bfcf6bb862503c894150e3ed Mon Sep 17 00:00:00 2001 From: Mark Watts Date: Sat, 24 Oct 2020 21:19:38 -0500 Subject: Adding example xmobar library install with cabal - Relates to #491 --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 1da509e..5b8e747 100644 --- a/readme.md +++ b/readme.md @@ -1814,8 +1814,9 @@ a Haskell configuration that uses a new plugin, all in one file. When xmobar runs with the full path to that Haskell file as its argument (or if you put it in `~/.config/xmobar/xmobar.hs`), and with -the xmobar library installed, the Haskell code will be compiled as -needed, and the new executable spawned for you. +the xmobar library installed (e.g., with `cabal install --lib xmobar`), +the Haskell code will be compiled as needed, and the new executable +spawned for you. That's it! -- cgit v1.2.3