aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
-rw-r--r--README.md2
2 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c750268..6b49180 100644
--- a/Makefile
+++ b/Makefile
@@ -16,11 +16,14 @@
REPO = git://git.sarava.org/puppet-bootstrap.git
-all: clean remote submodules
+all: clean remote modules
-submodules:
+modules:
mr up
+submodules:
+ bin/submodules
+
remote:
git remote add bootstrap $(REPO)
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
---------------------------------