aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nvm.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/nvm.rb b/Library/Formula/nvm.rb
index 39ff1d8bb..0952d2fc6 100644
--- a/Library/Formula/nvm.rb
+++ b/Library/Formula/nvm.rb
@@ -1,10 +1,8 @@
-require "formula"
-
class Nvm < Formula
homepage "https://github.com/creationix/nvm"
head "https://github.com/creationix/nvm.git"
- url "https://github.com/creationix/nvm/archive/v0.22.0.tar.gz"
- sha1 "8e1ec2f27fd99c834e2f69ee2a8e0f40f152ab2c"
+ url "https://github.com/creationix/nvm/archive/v0.22.2.tar.gz"
+ sha1 "1af8765978f2ab5f2b5b87733b975c7bbb63b39a"
def install
prefix.install "nvm.sh"
@@ -22,6 +20,8 @@ class Nvm < Formula
export NVM_DIR=~/.nvm
+ You may need to `mkdir ~/.nvm` for that to work successfully.
+
Type `nvm help` for further information.
EOS
end