From 5407ea2e5fc957e7cd4ad6211d6c02dcb1fa3740 Mon Sep 17 00:00:00 2001 From: Semyon Perepelitsa Date: Wed, 12 Dec 2012 02:02:06 +0800 Subject: [PATCH] Fix typo in readme (wrong update script name) --- README.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index b35b659f7..0f160123c 100644 --- a/README.rdoc +++ b/README.rdoc @@ -107,8 +107,8 @@ MagLev source tree and other files. Change to that directory, then: run: ./install.sh If you've already run installMaglev.sh on the machine, then you - can use the upgrade script: - ./upgrade.sh + can use the update script: + ./update.sh To use MagLev, you need to run install.sh at least once. After that, every time you git pull, you need to run update.sh @@ -121,6 +121,6 @@ The installer/updater figures that out from the version.txt file. You'll have all the functionality of git, but unless you create a new clone for each release, you may be unable to revert to an earlier version. -Why? The install/upgrade script creates a new copy of the MagLev data +Why? The install/update script creates a new copy of the MagLev data repository including persistent kernel code. The scripts make one level of backup, but we are not providing migration scripts.