Skip to content
This repository has been archived by the owner on Dec 28, 2017. It is now read-only.

Commit

Permalink
Adding caveat text
Browse files Browse the repository at this point in the history
User needs to put “source kvm.sh” in profile to make kvm command
available by default.
  • Loading branch information
lodejard committed Jul 16, 2014
1 parent f296cea commit d271481
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions kvm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,12 @@ def install
bin.install_symlink "#{libexec}/current/kpm"
end

def caveats; <<-EOS.undent
Add the following to the ~/.bashrc or ~/.zshrc file:
source kvm.sh
EOS
end

end

0 comments on commit d271481

Please sign in to comment.