diff --git a/site/download.md b/site/download.md
index ec0a49eea..b7bce2f26 100644
--- a/site/download.md
+++ b/site/download.md
@@ -41,8 +41,8 @@ These prebuilt binaries will install quickly:
| | |
|-----------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
**Multiplatform** | |
*Packaged version:* |
-| [Nix]
*Linux, Mac* | **`nix-env -i -f https://github.com/NixOS/nixpkgs/archive/9c74e2.tar.gz -A hledger hledger-web hledger-ui`** | 
-| [Docker]
*Linux, Mac, Windows* | **`docker pull dastapov/hledger`** | [](https://hub.docker.com/r/dastapov/hledger)
[more..](https://hub.docker.com/search?q=hledger&type=image&sort=updated_at&order=desc) |
+| [Nix]
*Linux, Mac* | **`nix-env -i -f https://github.com/NixOS/nixpkgs/archive/ec5f5a.tar.gz -A hledger hledger-web hledger-ui`**
*[#1030](https://github.com/simonmichael/hledger/issues/1030) On Linux, may need **`sudo sysctl kernel.unprivileged_userns_clone=1`** first* | 
+| [Docker]
*Linux, Mac, Windows* | **`docker pull dastapov/hledger`** | [](https://hub.docker.com/r/dastapov/hledger)
[more..](https://hub.docker.com/search?q=hledger&type=image&sort=updated_at&order=desc) |
| [Homebrew]
*Linux, Mac, Windows* | **`brew install hledger`** | [](https://formulae.brew.sh/formula/hledger) |
| [Wine]
*Linux, Mac, FreeBSD* | *Install Wine, run the Windows binary below* | |
|
**Windows** | | |
@@ -117,7 +117,7 @@ Or, you can install stack or cabal yourself and deal with them directly.
| | |
|--------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| | |
-| [hledger-install.sh]
*Linux, Mac, WSL* | **`curl -sO https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh`**
**`less hledger-install.sh`** *# satisfy yourself that the script is safe*
**`bash hledger-install.sh`** *# runs stack or cabal, installing stack if needed* |
+| [hledger-install.sh]
*Linux, Mac, WSL* | **`curl -s https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh -O`**
**`less hledger-install.sh`** *# satisfy yourself that the script is safe*
**`bash hledger-install.sh`** *# runs stack or cabal, installing stack if needed* |
| [stack]
*Linux, Mac, Windows* | **`stack install --resolver=nightly-2019-03-21 hledger hledger-web hledger-ui`** *# installs GHC if needed.* |
| [cabal]
*Linux, Mac, Windows* | **`cabal v2-update && cabal v2-install hledger-1.14.2 hledger-web-1.14.1 hledger-ui-1.14.2`** |
@@ -184,6 +184,7 @@ do a web search for the link error message (and send updates for this list):
Here are some known build issues and workarounds on certain platforms:
+[nix: nix install on linux can fail with "cloning builder process: Operation not permitted"](https://github.com/simonmichael/hledger/issues/1030)\
[windows: hledger-ui is not available](https://github.com/jtdaugherty/vty/pull/1#issuecomment-297143444)\
[windows: build hangs using GHC 8.6.3](https://github.com/well-typed/generics-sop/issues/93)\
[windows: cross-environment non-ascii display issues](https://github.com/simonmichael/hledger/issues/961#issuecomment-471229644)\