From 03636878d149ecb348c35e12c91d47a4b1c73487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Thu, 10 Jul 2014 10:21:03 +0200 Subject: [PATCH] Use bash, not sh for install scritps - followup to #450 --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 11cb9e9..25888d3 100644 --- a/README.markdown +++ b/README.markdown @@ -16,7 +16,7 @@ or Wget: The script clones the nvm repository to `~/.nvm` and adds the source line to your profile (`~/.bash_profile`, `~/.zshrc` or `~/.profile`). -You can customize the install source, directory and profile using the `NVM_SOURCE`, `NVM_DIR` and `PROFILE` variables. Eg: `curl ... | NVM_DIR=/usr/local/nvm sh` for a global install. +You can customize the install source, directory and profile using the `NVM_SOURCE`, `NVM_DIR` and `PROFILE` variables. Eg: `curl ... | NVM_DIR=/usr/local/nvm bash` for a global install. *NB. The installer can use Git, curl, or wget to download NVM, whatever is available.*