From 9176a3f3ed2e5135923858cc038a42185f6d2ec7 Mon Sep 17 00:00:00 2001 From: wiserweb Date: Sun, 24 Jul 2016 20:00:34 -0400 Subject: [PATCH] Update README.markdown replace /home/user/ with $HOME --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7a9d440..1dec381 100644 --- a/README.markdown +++ b/README.markdown @@ -49,7 +49,7 @@ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.31.3/install.sh | The script clones the nvm repository to `~/.nvm` and adds the following source lines to your profile (`~/.bash_profile`, `~/.zshrc`, `~/.profile`, or `~/.bashrc`). ``` -export NVM_DIR="/home/user/.nvm" +export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm ```