diff options
author | 187Qrly <56300140+187Qrly@users.noreply.github.com> | 2021-06-18 22:24:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 22:24:29 +0200 |
commit | 2dfd285eb7cc6f28fde1201ccf5cf97a76e198d3 (patch) | |
tree | ecf8306c435d3183798abbde3074b859ff21d6a0 | |
parent | e153ca29d537560f88a2cd3b2871fa6e8fe0423e (diff) | |
download | xmobar-2dfd285eb7cc6f28fde1201ccf5cf97a76e198d3.tar.gz xmobar-2dfd285eb7cc6f28fde1201ccf5cf97a76e198d3.tar.bz2 |
Add Gentoo to installation method.
-rw-r--r-- | readme.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -51,6 +51,11 @@ don't have to. xbps-install xmobar #+end_src +*** Gentoo +#+begin_src shell + emerge --ask xmobar +#+end_src + ** Using cabal-install Xmobar is available from [[http://hackage.haskell.org/package/xmobar/][Hackage]], and you can install it using |