mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
add bundle to readme
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
0018c7f986
commit
bcf4a9919c
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -22,9 +22,16 @@ vulcano exec test.rb
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Requires:
|
Requires Ruby ( >1.9 ).
|
||||||
|
|
||||||
* Ruby ( >1.9 )
|
To simply run it without installation, you must install [bundler](http://bundler.io/):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
bundle install
|
||||||
|
bundle exec bin/vulcano help
|
||||||
|
```
|
||||||
|
|
||||||
|
To install it as a gem locally, run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
gem build vulcano.gemspec
|
gem build vulcano.gemspec
|
||||||
|
|
Loading…
Reference in a new issue