diff options
author | slotThe <soliditsallgood@mailbox.org> | 2020-12-09 19:02:43 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-12-14 15:54:38 +0000 |
commit | 22b8b00cbc64f82a44ced4e86af4fee7e7283116 (patch) | |
tree | e6010350f21e847968424d9ba8532e8109a60ccf | |
parent | 6607eb04e4b438608c332ec21c68768ebacb1513 (diff) | |
download | xmobar-22b8b00cbc64f82a44ced4e86af4fee7e7283116.tar.gz xmobar-22b8b00cbc64f82a44ced4e86af4fee7e7283116.tar.bz2 |
Add installation instructions via package manager
-rw-r--r-- | readme.org | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -21,6 +21,31 @@ These are some xmobar [[file:doc/screenshots][screenshots]] using the author's c This is the [[https://xmobar.org/changelog.html][changelog]] for recent releases. * Installation +** From your Systems Package Manager + +Xmobar is probably available from your distribution package manager! +Most distributions do compile with the =all_extensions= flag, so you +don't have to. For more information on that, see the [[Optional features][optional features]] +item below. + +*** Arch Linux + +#+begin_src shell + pacman -S xmobar +#+end_src + +*** Debian/Ubuntu based + +#+begin_src shell + apt install xmobar +#+end_src + +*** Void Linux + +#+begin_src shell + xbps-install xmobar +#+end_src + ** Using cabal-install Xmobar is available from [[http://hackage.haskell.org/package/xmobar/][Hackage]], and you can install it using |