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)
 
++ |  
+ +| +
+ ++ 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/)**,
+   
+  |  | 
 
 
-
-**[Gittip](https://www.gittip.com/simonmichael/)**,
-

-
 ### 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