summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.BZR2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.BZR b/INSTALL.BZR
index 2ff6ca8c4a7..3840d5a5a7e 100644
--- a/INSTALL.BZR
+++ b/INSTALL.BZR
@@ -14,7 +14,7 @@ Some of the files that are included in the Emacs tarball, such as
byte-compiled Lisp files, are not stored in Bazaar. Therefore, to
build from Bazaar you must run "make bootstrap" instead of just "make":
- $ cvs update -dP
+ $ bzr pull
$ make bootstrap
Normally, it is not necessary to use "make bootstrap" after every