From f70530ef18316d7abadc23ae23b760e18f57a3d3 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 7 May 2015 10:43:47 -0700 Subject: [PATCH] Fix installation instructions. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index b0bc9b6..52bbed0 100644 --- a/README.markdown +++ b/README.markdown @@ -16,7 +16,7 @@ Note: `nvm` does not support [Fish] either (see [#303](https://github.com/creati To install you could use the [install script][2] using cURL: - curl https://raw.githubusercontent.com/creationix/nvm/v0.25.1/install.sh | bash + curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.25.1/install.sh | bash or Wget: