浏览代码

Added hint to use bundler

Till Klocke 10 年之前
父节点
当前提交
2f4359616a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -21,6 +21,8 @@ working on windows, it is easier to do on Linux or Mac OS
 * Install ansible for test kitchen: `sudo gem install kitchen-ansiblepush kitchen-ansible`
 * Install ansible for test kitchen: `sudo gem install kitchen-ansiblepush kitchen-ansible`
 * Install vagrant driver for test kitchen: `sudo gem install kitchen-vagrant`
 * Install vagrant driver for test kitchen: `sudo gem install kitchen-vagrant`
 
 
+Alternative to the last three steps you can also just use [bundler](http://bundler.io) to `bundle install` all necessary ruby gems.
+
 ### First steps
 ### First steps
 
 
 After you installed all necessary tools and gems you change in the checked out directory of this project
 After you installed all necessary tools and gems you change in the checked out directory of this project