Skip to content

Commit

Permalink
Merge pull request #53 from blp1526/option
Browse files Browse the repository at this point in the history
Add Option to README.md
  • Loading branch information
blp1526 authored Nov 20, 2016
2 parents c5a3f81 + 2d1e521 commit 68f62ba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ This executes `s3cmd ls s3://BUCKET/OBJECT/`, and shows the result as a quickfix

The [s3cmd](https://github.com/s3tools/s3cmd) cli tool, or a same `get`, `put` and `ls` interfafce cli tool.

## Option

If you don't use s3cmd, then you can add below line to your .vimrc.

```markdown
let g:storage_vim_cmd = 'command_name'
# default 'command_name' is 's3cmd'
```

## Installation

Use your favorite plugin manager, or
Expand Down

0 comments on commit 68f62ba

Please sign in to comment.