diff options
author | jao <jao@gnu.org> | 2022-07-12 00:55:35 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-07-12 00:55:35 +0100 |
commit | 0acaa1605346099dba9790716d5d4d80c83c22a6 (patch) | |
tree | 3c535fd981ec9a7a8c9cd5122f14b13b92fddaac /doc/compiling.org | |
parent | 2c51aea84bb3ba9fe2662c1f8f2f492a8cf4a559 (diff) | |
download | xmobar-0acaa1605346099dba9790716d5d4d80c83c22a6.tar.gz xmobar-0acaa1605346099dba9790716d5d4d80c83c22a6.tar.bz2 |
jao/xmobar -> xmobar/xmobar
Diffstat (limited to 'doc/compiling.org')
-rw-r--r-- | doc/compiling.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/compiling.org b/doc/compiling.org index 3ede1a9..9a97967 100644 --- a/doc/compiling.org +++ b/doc/compiling.org @@ -6,14 +6,14 @@ code in a variety of ways: - From [[http://hackage.haskell.org/package/xmobar/][Hackage]]. Just download the latest release from xmobar's hackage page. -- From [[http://codeberg.org/jao/xmobar/][Codeberg]]. There are also tarballs available for every tagged - release on [[https://codeberg.org/jao/xmobar/releases][Codeberg's releases page]] +- From [[http://codeberg.org/xmobar/xmobar/][Codeberg]]. There are also tarballs available for every tagged + release on [[https://codeberg.org/xmobar/xmobar/releases][Codeberg's releases page]] - From the bleeding edge repo. If you prefer to live dangerously, just get the latest and greatest (and buggiest, I guess) using git: #+begin_src shell - git clone git://codeberg.org/jao/xmobar + git clone git://codeberg.org/xmobar/xmobar #+end_src If you have cabal installed, you can now use it from within xmobar's |