From 457534f0ea4fd75bf00be1f9161431e58744a3b0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 15 Mar 2019 16:33:28 -0700 Subject: [PATCH] ; site: download: consistent hledger-install.sh naming [ci skip] --- site/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/download.md b/site/download.md index 6f05775fb..28d3007ab 100644 --- a/site/download.md +++ b/site/download.md @@ -37,7 +37,7 @@ a { white-space:nowrap; } | | | Latest release is 1.14.1
[Release notes](http://hledger.org/release-notes) |--------------------------------|------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
**Multiplatform** |
*The first three (and occasionally the fourth) build from source, which is slower. See [Building from source](#b).* |
*This method installs:* -| [hledger-install](#b1)
*Linux, Mac, WSL*
*Requires only bash.* | **`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`**
| Latest release +| [hledger-install.sh](#b1)
*Linux, Mac, WSL*
*Requires only bash.* | **`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`**
| Latest release | [cabal]
*Linux, Mac, Windows[*]* | **`cabal v2-update && cabal v2-install hledger-1.14.1 hledger-web-1.14 hledger-ui-1.14`** | Latest release / any version | [stack]
*Linux, Mac, Windows[*]* | **`stack install --resolver=nightly-2019-03-09 hledger hledger-web hledger-ui`** | Latest release / any version | [Nix]
*Linux, Mac* | **`nix-env -i -f https://github.com/NixOS/nixpkgs/archive/9c74e2.tar.gz -A hledger hledger-ui hledger-web`**

*Or (nix-channel --update may be needed. CI [build][nix unstable linux builds] [issues][nix unstable mac builds] may cause failure/large downloads; check those links/try with --dry-run first):*
**`nix-env -i hledger-1.14.1 hledger-ui-1.14 hledger-web-1.14`** | Latest release / any version