From 73fc9603334b99644e69cd32c1d45edc241c5784 Mon Sep 17 00:00:00 2001 From: Michal Papis Date: Thu, 2 Aug 2012 21:22:35 +0300 Subject: [PATCH] improved installation command updated the installation command: - reversed notation to prevent `curl -s` and hiding errors, - shortened the commit sha1, still usable but easier to see whole command. --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 79df0d1af..272b5ae76 100644 --- a/README.mkd +++ b/README.mkd @@ -72,7 +72,7 @@ __The following is for the impatient.__ For full installation details (including on Microsoft Windows), please refer to INSTALL.txt. - $ bash -s stable < <(curl -s https://raw.github.com/beefproject/beef/a6a7536e736e7788e12df91756a8f132ced24970/install-beef) + $ curl https://raw.github.com/beefproject/beef/a6a7536e/install-beef | bash -s stable Usage