Skip to content

Commit

Permalink
Updated install instructions.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nddrylliog committed Dec 1, 2013
1 parent a1ee95e commit 0dec220
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,21 @@ It provides:
* A syntastic plug-in for use with [sam][sam]
* `:make` command support

## Vundle install
## Install instructions

[Vundle][vundle] is a very neat tool to manage your vim plugins.
[Vundle][vundle] is a very neat tool to manage your vim plugins, and
is the recommended way to get ooc.vim and keep it up-to-date.

Add this to your `~/.vimrc`:

```viml
Bundle "nddrylliog/ooc.vim"
Bundle 'nddrylliog/ooc.vim'
```

Then restart vim, run `:BundleInstall`, and you're set!

## Manual install

1. Put these files in your `~/.vim/`
2. Open a `.ooc` file
3. Have yourself a sandwich
Installing ooc.vim with pathogen should be as easy as cloning it in
`~/.vim/bundle`

## Syntastic

Expand Down

0 comments on commit 0dec220

Please sign in to comment.