Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
egalpin authored Mar 3, 2017
1 parent b4017fb commit ab7e495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The file `~/.vimpkg/vim_config.json` is used to store configurations for plugins

apt-vim init

This command sets up vital files and settings to allow `apt-vim` to do its thing. This command should be run after cloning, and only needs to be run once.
This command sets up vital files and settings to allow `apt-vim` to do its thing. This command should only be run as part of the manual installation process, and only needs to be run once.

####install

Expand Down Expand Up @@ -119,15 +119,15 @@ Allows you to add a plugin and its configuration to your `vim_config.json` file,

URLs (required): URLs of Git repositories separated by whitespace

Removes a plugin and all of its dependencies, but KEEPS the installation recipe. In doing so, your system will not become cluttered with outdated files on which no plugins depend. A dependency (Ex. `ctags`) is __ONLY__ removed if no other plugins in your configuration have the same dependency.
Removes a plugin and all of its dependencies, but KEEPS the installation recipe. A dependency (Ex. `ctags`) is __ONLY__ removed if no other plugins in your configuration have the same dependency. This feature can be helpful if trying a few similar plugins to compare features. A plugin's installation recipe can be later `deleted` if desired.

####delete

apt-vim remove [options] URLs

URLs (required): URLs of Git repositories separated by whitespace

The same as `remove`, but also REMOVES the installation recipe.
The same as `remove`, but also DELETES the installation recipe from your `vim_config.json`.

####update

Expand Down

0 comments on commit ab7e495

Please sign in to comment.