From 01c747adb78c288bdd14bc9492501e7521047a5b Mon Sep 17 00:00:00 2001 From: Christopher Gervais Date: Fri, 18 Mar 2016 09:49:24 -0400 Subject: [PATCH] Fix one-line install instructions. --- docs/index.md | 2 +- docs/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 0a71819..75eb0f0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ Drumkit is a toolkit for developing Drupal sites, modules, themes and profiles. Drumkit is installed on a project-by-project basis, as a git submodule. To add `drumkit` to an existing Drupal project, run the following command: - wget https://raw.githubusercontent.com/ergonlogic/drumkit/master/scripts/install.sh | /bin/bash + wget -O - https://raw.githubusercontent.com/ergonlogic/drumkit/master/scripts/install.sh | /bin/bash For further details on installation procedures and options, see the [Install](install.md) page. diff --git a/docs/install.md b/docs/install.md index 0c8807e..29ba4e5 100644 --- a/docs/install.md +++ b/docs/install.md @@ -5,7 +5,7 @@ One-liner --------- :::console - wget https://raw.githubusercontent.com/ergonlogic/drumkit/master/scripts/install.sh | /bin/bash + wget -O - https://raw.githubusercontent.com/ergonlogic/drumkit/master/scripts/install.sh | /bin/bash Install Tools