Add development section to the readme
This commit is contained in:
parent
079f1fccbb
commit
2e7d6d4f32
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -226,6 +226,25 @@ $ vagrant cache clean apt
|
|||
```
|
||||
|
||||
|
||||
## Development
|
||||
|
||||
If you want to install the plugin from sources:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/fgrehm/vagrant-cachier.git
|
||||
cd vagrant-cachier
|
||||
bundle install
|
||||
bundle exec rake build
|
||||
vagrant plugin install pkg/vagrant-cachier-VERSION.gem
|
||||
```
|
||||
|
||||
There are also some [Bats](https://github.com/sstephenson/bats) tests that basically
|
||||
acts as a [sanity check](spec/acceptance/sanity_check.bats) that you can run with
|
||||
`bats spec/acceptance` in case you are planning to submit a Pull Request :) Just
|
||||
keep in mind that it might take a while to run if you are using the default
|
||||
VirtualBox provider.
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
1. Fork it
|
||||
|
|
Loading…
Reference in a new issue