diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-01-14 20:34:46 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-01-14 20:34:46 +0100 |
commit | cfef5f8809d650be1cf7e7f0afb52ed885824bd0 (patch) | |
tree | 4f0d51162c6451fba018d3fc8b7b972d0803bbe9 /README | |
parent | 0964f3327bfe6c2443736353493e420f2fa1bb67 (diff) | |
download | xmobar-cfef5f8809d650be1cf7e7f0afb52ed885824bd0.tar.gz xmobar-cfef5f8809d650be1cf7e7f0afb52ed885824bd0.tar.bz2 |
Next version updated to 0.15 instead of 0.14.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -11,7 +11,7 @@ xmobar was inspired by the [Ion3] status bar, and supports similar features, like dynamic color management, output templates, and extensibility through plugins. -This page documents xmobar 0.14.1 (see [release notes]). +This page documents xmobar 0.15 (see [release notes]). [This screenshot] shows xmobar running under [sawfish], with antialiased fonts. And [this one] is my desktop with [xmonad] and two @@ -52,7 +52,7 @@ bells and whistles, use: If you don't have `cabal-install` installed, you can get xmobar's source code in a variety of ways: - - From [Hackage]. Just download [xmobar-0.14.1.tar.gz] from xmobar's + - From [Hackage]. Just download [xmobar-0.15.tar.gz] from xmobar's hackage page. - From [Github]. You can also obtain a tarball in [Github's downloads page]. You'll find there links to each tagged release. @@ -61,13 +61,13 @@ source code in a variety of ways: git: git clone git://github.com/jaor/xmobar -[xmobar-0.14.1.tar.gz]: http://hackage.haskell.org/packages/archive/xmobar/0.14.1/xmobar-0.14.1.tar.gz +[xmobar-0.15.tar.gz]: http://hackage.haskell.org/packages/archive/xmobar/0.15/xmobar-0.15.tar.gz [Github's downloads page]: https://github.com/jaor/xmobar/downloads To install simply run (if needed): - tar xvfz xmobar-0.14.1 - cd xmobar-0.14.1 + tar xvfz xmobar-0.15 + cd xmobar-0.15 If you have cabal installed, you can now use it from within xmobar's source tree. Otherwise, run the configure script: |