Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Fix typo in readme (wrong update script name) #194

Merged
merged 1 commit into from Dec 11, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rdoc
Expand Up @@ -107,8 +107,8 @@ MagLev source tree and other files. Change to that directory, then:
run:
./install.sh
If you've already run <tt>installMaglev.sh</tt> 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 <tt>install.sh</tt> at least once. After
that, every time you <tt>git pull</tt>, you need to run <tt>update.sh</tt>
Expand All @@ -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.