summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-08-13 15:34:21 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-08-13 15:34:21 +0200
commit6af9700dd0f7a4fd8b8ad0a302e52e8bfb3f2344 (patch)
treef02fa617ccacf576254e5552b5fe4d460fe278ba
parent2635eb48ce8aac5193461e17a7f8b1a72f2589ca (diff)
downloadxmobar-6af9700dd0f7a4fd8b8ad0a302e52e8bfb3f2344.tar.gz
xmobar-6af9700dd0f7a4fd8b8ad0a302e52e8bfb3f2344.tar.bz2
Documentation updates
-rw-r--r--readme.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/readme.md b/readme.md
index e210920..f42a18c 100644
--- a/readme.md
+++ b/readme.md
@@ -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.15 (see [release notes]).
+This page documents xmobar 0.16 (see [release notes]).
[This screenshot] shows xmobar running under [sawfish], with
antialiased fonts. And [this one] is my desktop with [xmonad] and two
@@ -52,25 +52,26 @@ 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.15.tar.gz] from xmobar's
+ - From [Hackage]. Just download the latest release 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.
- From the bleeding edge repo. If you prefer to live dangerously,
just get the latest and greatest (and buggiest, i guess) using
git:
+
git clone git://github.com/jaor/xmobar
-[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):
+If you have cabal installed, you can now use it from within xmobar's
+source tree:
- tar xvfz xmobar-0.15
- cd xmobar-0.15
+ cabal install -fall_extensions
-If you have cabal installed, you can now use it from within xmobar's
-source tree. Otherwise, run the configure script:
+
+Otherwise, run the configure script:
runhaskell Setup.lhs configure