summaryrefslogtreecommitdiff
path: root/README.git
diff options
context:
space:
mode:
Diffstat (limited to 'README.git')
-rw-r--r--README.git4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.git b/README.git
index 3aa451f4..eaf7138a 100644
--- a/README.git
+++ b/README.git
@@ -128,11 +128,11 @@ After checking out the code, you will need to run the bootstrap script:
Alternatively you can just pull content from remote locations with:
- $ ./autopull.sh
+ $ ./bootstrap --pull
And/or just re-generate auto-generatable files with:
- $ ./autogen.sh
+ $ ./bootstrap --gen
(Running ./bootstrap does both in one step.)