Skip to content

Commit

Permalink
Add Development section to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blp1526 committed Dec 3, 2016
1 parent 68f62ba commit 77fa3b2
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 77fa3b2

Please sign in to comment.