Skip to content

Commit

Permalink
Since we're execing, full_install doesn't work. Removing it.
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Dec 1, 2008
1 parent 1f6de5e commit 5a3f452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.textile
Expand Up @@ -3,10 +3,9 @@ Attempting to combine the awesomeness of various vim plugins in one easy configu
To install, there's a few rake tasks you should know:
@rake preinstall@ Pulls down git submodules.
@rake install@ Copies files over to ~/.vim
@rake uninstall@ Deletes ~/.vim

And some meta tasks:
@rake full_install@ Preinstalls, uninstall, install.
And if you need to:
@rake uninstall@ Deletes ~/.vim
@rake reinstall@ Uninstall, install.

If you want to add your own folders, plugins, or what have you, feel free! Just put whatever files you want in the @personal@ folder. Check out the @Rakefile@ and go for it.
3 changes: 0 additions & 3 deletions Rakefile
Expand Up @@ -28,6 +28,3 @@ end

desc "Blow everything out and try again."
task :reinstall => [:uninstall, :install]

desc "Full install of the scripts"
task :full_install => [:preinstall, :reinstall]

0 comments on commit 5a3f452

Please sign in to comment.