summaryrefslogtreecommitdiff
path: root/docs/usermanual/upgrading.sgm
authorspiralman <spiralman>2002-07-28 19:14:13 (UTC)
committer spiralman <spiralman>2002-07-28 19:14:13 (UTC)
commit3cf3093654579932750fe82afa4504dbef96b937 (patch) (side-by-side diff)
treea60cf10ae92038b2b9fa5cfaeff37303632a03d9 /docs/usermanual/upgrading.sgm
parent46e20578c1cf19a964d7f4591eaebb879c6f20f5 (diff)
downloadopie-3cf3093654579932750fe82afa4504dbef96b937.zip
opie-3cf3093654579932750fe82afa4504dbef96b937.tar.gz
opie-3cf3093654579932750fe82afa4504dbef96b937.tar.bz2
moved each chapter to a separate file.
Diffstat (limited to 'docs/usermanual/upgrading.sgm') (more/less context) (ignore whitespace changes)
-rw-r--r--docs/usermanual/upgrading.sgm22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/usermanual/upgrading.sgm b/docs/usermanual/upgrading.sgm
new file mode 100644
index 0000000..310b99b
--- a/dev/null
+++ b/docs/usermanual/upgrading.sgm
@@ -0,0 +1,22 @@
+<chapter><title>Upgrading</title>
+<para>
+First, you should shutdown Opie from the "Shutdown" app in the Settings tab.
+Normally, simply running
+<informalexample>
+<literallayout>
+ ipkg update && ipkg upgrade
+</literallayout>
+</informalexample>
+will upgrade Opie. However, if you currently have a version with the 1.5.0
+version number, you will have to upgrade it differently, because Opie now uses a
+different version number (the 1.5.0 was Qtopia's version number, we now use our
+own). To upgrade from one of these older versions, run:
+<informalexample>
+<literallayout>
+ ipkg update
+ ipkg install opie-update
+</literallayout>
+</informalexample>
+Opie should then be upgraded.
+</para>
+</chapter> \ No newline at end of file