diff options
author | jao <jao@gnu.org> | 2022-07-24 16:21:57 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-07-24 16:21:57 +0100 |
commit | 8b2ccf0352864d8fc30e02b77f4a5759c5308eea (patch) | |
tree | 79826270b7c842770882fee492bab0bd6f545706 /readme.org | |
parent | 141e071d0d523a521e0e790efbb57a95854aaaed (diff) | |
download | xmobar-8b2ccf0352864d8fc30e02b77f4a5759c5308eea.tar.gz xmobar-8b2ccf0352864d8fc30e02b77f4a5759c5308eea.tar.bz2 |
documentation nits
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" |