From 23c28f140def9e16f0c946aca94eaf6aabf95fca Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 10 Oct 2017 15:12:05 -0700 Subject: [PATCH] site: download: use direct github https url for now [ci skip] --- site/download.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/download.md b/site/download.md index 9421caf03..921b5509f 100644 --- a/site/download.md +++ b/site/download.md @@ -41,13 +41,13 @@ On POSIX systems (mac/linux/freebsd..), use our new hassle-free installer to get the current release of hledger and related tools. Here's the more secure way: - **`curl -sSLO http://hledger.org/hledger-install.sh`** *# (or `wget -qO- ...`; or fetch it from [github](https://github.com/simonmichael/hledger/blob/master/hledger-install/hledger-install.sh))* \ + **`curl -O https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh`** *# (or `wget -qO- ...`; or fetch it from [github](https://github.com/simonmichael/hledger/blob/master/hledger-install/hledger-install.sh))* \ **`less hledger-install.sh`** *# (do security review)* \ **`bash hledger-install.sh`** *# (add `-v` for more detail; use `bash -x` to show commands being run)* and here's the less secure, more convenient way: - **`curl -sSL http://hledger.org/hledger-install.sh | bash`** + **`curl https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh | bash`** Note this could take significant time (minutes to hours), memory (~2G), and disk space (up to a gigabyte) depending on your connection,