Skip to content

Commit

Permalink
Add installation
Browse files Browse the repository at this point in the history
  • Loading branch information
blp1526 committed Nov 11, 2016
1 parent a593d1a commit 0e20d9c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,25 @@ This executes `s3cmd ls s3://BUCKET/OBJECT/`, and shows the result as a quickfix

The `s3cmd` cli tool, or a same `get`, `put` and `ls` interfafce cli tool.

## Installation

Use your favorite plugin manager, or

```markdown
# at terminal
$ git clone https://github.com/blp1526/storage.vim.git ~/.vim/bundle/storage.vim
```

```markdown
# at .vimrc
set runtimepath^=~/.vim/bundle/storage.vim
```

```markdown
# at Vim
:helptags ~/.vim/bundle/storage.vim/doc
```

## Contributing

1. Fork it ( https://github.com/blp1526/storage.vim/fork )
Expand Down

0 comments on commit 0e20d9c

Please sign in to comment.