From b44290e696b0f5383e062b0b01fd7570f1121a82 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 12 Nov 2014 18:02:40 -0800 Subject: [PATCH] site: updates from IRC --- doc/site/download.md | 74 +++++++++++++++++++++++------------------- doc/site/index.md | 8 ++--- doc/site/installing.md | 2 +- 3 files changed, 46 insertions(+), 38 deletions(-) diff --git a/doc/site/download.md b/doc/site/download.md index 015369d5b..dd24b38bf 100644 --- a/doc/site/download.md +++ b/doc/site/download.md @@ -1,27 +1,22 @@ # Download -hledger is shipped as two executables: `hledger` (the command-line tool) and `hledger-web` (the web interface). -Generally (except on Windows), installing `hledger-web` automatically installs `hledger` as well. - -[Release Notes](release-notes.html) - ## I want to download and run - -
+ **I'm on Debian or Ubuntu**\ -`apt-get install hledger[-web]` +`apt-get install hledger hledger-web` **I'm on Gentoo**\ -`emerge hledger[-web]` +`emerge hledger hledger-web` **I'm on Red Hat/Fedora/CentOS**\ -`yum install hledger` +`yum install hledger hledger-web` **I'm on NixOS**\ -`nix-env -iA nixpkgs.haskellPackages.hledger` +`nix-env -iA nixpkgs.haskellPackages.hledger nixpkgs.haskellPackages.hledgerWeb` +[Release Notes](release-notes.html) + + + + - + + + + + +
-**I'm on Windows**\ - -Download, unzip, and run:\ -[hledger-0.23.3.win32.zip](http://hledger.org/downloads/hledger-0.23.3-windows-intel32.exe.zip)\ -[hledger-web-0.23.3.win32.zip](http://hledger.org/downloads/hledger-web-0.23.3-windows-intel32.exe.zip) + **I'm on Windows**\ + + Download, unzip, and run:\ + [hledger-0.23.3.win32.zip](http://hledger.org/downloads/hledger-0.23.3-windows-intel32.exe.zip)\ + [hledger-web-0.23.3.win32.zip](http://hledger.org/downloads/hledger-web-0.23.3-windows-intel32.exe.zip) - + -**I'm on Mac**\ - - - -Use cabal + **I'm on Mac**\ + + + + Use cabal (see below) +
+ +
+ **[Gittip](https://www.gittip.com/simonmichael/)**, + paypal +
+ Building and supporting Windows and Mac binaries is costly, so + it's demand-driven - you can indicate demand by making a project + donation of any size. Binaries funded in this way will be linked here. + This is a quick way to help the project and your fellow users! + +
-
-**[Gittip](https://www.gittip.com/simonmichael/)**, -paypal -
-Building, testing and supporting Windows and Mac binaries is costly, so -it's demand-driven - you can indicate demand by making a project -donation of any size. Binaries funded in this way will be linked here. -This is a quick way to help the project and your fellow users! - ## I want to build the [latest release](http://hackage.haskell.org/package/hledger-web) with [GHC](http://haskell.org/ghc) and [cabal](http://haskell.org/cabal/download.html) -`cabal sandbox init; cabal update; cabal install hledger[-web]`\ +`cabal sandbox init; cabal update; cabal install hledger-web`\ +Or just cabal install `hledger` if you don't need the web interface. The [Installation Guide](installing.html) describes how to install using cabal in more detail. ## I want to build the [latest development code](http://hledger.org/code) diff --git a/doc/site/index.md b/doc/site/index.md index c26e21285..cb10f3bb8 100644 --- a/doc/site/index.md +++ b/doc/site/index.md @@ -47,10 +47,10 @@ transactions, but does not change existing ones.) ### ...with a web UI hledger comes with a built-in web server providing an alternate -[browser-based interface](manual.html#web), for assisted data entry -and point and click reporting. The web and command-line clients can be -used simultaneously. - +[browser-based interface](manual.html#web) +([demo](http://demo.hledger.org)), for assisted data entry and point +and click reporting. The web and command-line clients can be used +simultaneously.
### a Haskell application and library diff --git a/doc/site/installing.md b/doc/site/installing.md index 9890b7093..8ec375e39 100644 --- a/doc/site/installing.md +++ b/doc/site/installing.md @@ -116,7 +116,7 @@ $ source ~/.bashrc ``` Test your PATH-variable with: ``` -$ $PATH +$ echo $PATH ``` ### hledger --version shows wrong version ? Perhaps you have multiple versions of hledger in your PATH. Eg you installed with the system package manager