Skip to content

Commit 7ae7302

Browse files
committed
Merge pull request vmware-archive#105 from ifnull/patch-1
Install from source missing dependency
2 parents 905013a + d3fd0da commit 7ae7302

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,9 @@ Installing from source
162162
2. ``cd salty-vagrant``
163163
3. ``git submodule init``
164164
4. ``git submodule update``
165-
5. ``gem build vagrant-salt.gemspec``
166-
6. ``vagrant plugin install vagrant-salt-[version].gem``
165+
5. ``gem install rubygems-bundler``
166+
6. ``gem build vagrant-salt.gemspec``
167+
7. ``vagrant plugin install vagrant-salt-[version].gem``
167168

168169
If you'd like to include the latest stable revision of the salt-bootstrap script, run the following after step 5:
169170

0 commit comments

Comments
 (0)