summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMark Watts <mwatts15@users.noreply.github.com>2020-10-24 21:19:38 -0500
committerGitHub <noreply@github.com>2020-10-24 21:19:38 -0500
commitb0e577a8c44ee6a4bfcf6bb862503c894150e3ed (patch)
tree6c8914c2f13ce24576a42965b7d94cf432b5d0b8
parent271cf5d3de22b9916e80ae896a8e7e1f565117d2 (diff)
downloadxmobar-b0e577a8c44ee6a4bfcf6bb862503c894150e3ed.tar.gz
xmobar-b0e577a8c44ee6a4bfcf6bb862503c894150e3ed.tar.bz2
Adding example xmobar library install with cabal
- Relates to #491
-rw-r--r--readme.md5
1 files 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!