Skip to content

Commit

Permalink
Merge pull request #54 from blp1526/add_development
Browse files Browse the repository at this point in the history
Add Development section to README.md
  • Loading branch information
blp1526 authored Dec 3, 2016
2 parents 68f62ba + 77fa3b2 commit 2778d3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The [s3cmd](https://github.com/s3tools/s3cmd) cli tool, or a same `get`, `put` a

## Option

If you don't use s3cmd, then you can add below line to your .vimrc.
If you have your favorite cli tool which provides the same interface as s3cmd, then you can add below line to your .vimrc.

```markdown
let g:storage_vim_cmd = 'command_name'
Expand All @@ -51,6 +51,10 @@ set runtimepath^=~/.vim/bundle/storage.vim
:helptags ~/.vim/bundle/storage.vim/doc
```

## Development

This repository's [spec](https://github.com/blp1526/storage.vim/tree/master/spec) directory has test code. If you want to run test code, open spec file, and exec `source %`.

## Contributing

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

0 comments on commit 2778d3f

Please sign in to comment.