diff options
Diffstat (limited to 'readme.org')
-rw-r--r-- | readme.org | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -73,12 +73,12 @@ channel, ~#xmobar~, at [[ircs://irc.libera.chat][Libera]]. cabal install xmobar #+end_src - Starting with version 0.35.1, xmobar now requires at least GHC - version 8.4.x. to build. See [[https://codeberg.org/xmobar/xmobar/issues/461][this issue]] for more information. + Starting with version 0.35.1, xmobar now requires at least GHC version + 8.4.x. to build. See [[https://codeberg.org/xmobar/xmobar/issues/461][this issue]] for more information. - See [[file:doc/compiling.org][compiling]] for a list of optional compilation flags that will - enable some optional plugins. For instance, to install xmobar with - all the bells and whistles (this is probably what you want), use: + See [[file:doc/compiling.org#optional-features][here]] for a list of optional compilation flags that will enable some + optional plugins. For instance, to install xmobar with all the bells and + whistles (this is probably what you want), use: #+begin_src shell cabal install xmobar --flags="all_extensions" |