diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-01-03 16:32:28 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-01-03 16:32:28 +0100 |
| commit | 0fdb3496d21365417b3502ee77e8a72e2ec8ad94 (patch) | |
| tree | 0ae3ab7d1d3390c35d4632ffc218556dce7a2199 | |
| parent | e8f648ddfa62f77c1b4adf63219076279cb9bc1a (diff) | |
| download | dotfiles-0fdb3496d21365417b3502ee77e8a72e2ec8ad94.tar.gz dotfiles-0fdb3496d21365417b3502ee77e8a72e2ec8ad94.zip | |
readme: updated the readme.
| -rw-r--r-- | README.md | 14 | ||||
| -rw-r--r-- | README.rdoc | 4 |
2 files changed, 14 insertions, 4 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..196503c --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +README +------ + +To automatically install everything, just execute the install.sh script. +Take a look at this script since it might perform some actions that are +not of your satisfaction. Anyways, by default this script takes care of +initializing and updating submodules (in my case, I keep the vundle repo as +a submodule). Nonetheless, this script won't install the plugins for you. In +order to do so remember to type the following inside vim: + + :BundleInstall + +And that's about it. Use this at your own risk ;) + diff --git a/README.rdoc b/README.rdoc deleted file mode 100644 index 5caf505..0000000 --- a/README.rdoc +++ /dev/null @@ -1,4 +0,0 @@ -== README - -To automatically install everything, just execute the install.sh script. -Use it at your own risk ;) |
