aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-02-28 19:29:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-02-28 19:29:13 -0300
commitd5268554b8c8c614917567f12a1814e7de2c8ff7 (patch)
treea13a51df029ebf1ffcc90277c1c3bdf89a8a6c86 /README.md
parentc154a1076a6145a28133e9417d842310335d6805 (diff)
downloadpuppet-bootstrap-d5268554b8c8c614917567f12a1814e7de2c8ff7.tar.gz
puppet-bootstrap-d5268554b8c8c614917567f12a1814e7de2c8ff7.tar.bz2
Makefile update
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 414987f..bbd48d9 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ You'll basically use the `bootstrap` repository as your `puppet` repository:
git clone git://git.sarava.org/puppet-bootstrap.git puppet
cd puppet && git tag -v
- bin/submodules # get all needed submodules
+ make submodules # get all needed submodules
Using as a standalone provisioner
---------------------------------