diff --git a/README.textile b/README.textile index 605c82e..246f8e3 100644 --- a/README.textile +++ b/README.textile @@ -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. diff --git a/Rakefile b/Rakefile index a5767a0..0f6308b 100644 --- a/Rakefile +++ b/Rakefile @@ -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]