From 453e4513c87ac1b2cbdec412c756ac29a253f646 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 10 Oct 2017 15:34:10 -0700 Subject: [PATCH] site: download: drop comment [ci skip] --- site/download.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/download.md b/site/download.md index a86b7667e..78abe8702 100644 --- a/site/download.md +++ b/site/download.md @@ -41,8 +41,8 @@ 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 -O https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh`** *# (or `wget -qO- ...`)* \ - **`less hledger-install.sh`** *# (do security review)* \ + **`curl -O https://raw.githubusercontent.com/simonmichael/hledger/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: