summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-07-03 10:48:51 +0200
committerRaindropsSys <contact@minteck.org>2023-07-03 10:48:51 +0200
commit5ae10285c7800ebe1e728e96e98e8439b040ad78 (patch)
treeb795bb04726e27dd30f380423e6634b3a925e5db
parent6af191e76d07fae0737d18d1bcb1be1f5578f74e (diff)
downloadkirinos-5ae10285c7800ebe1e728e96e98e8439b040ad78.tar.gz
kirinos-5ae10285c7800ebe1e728e96e98e8439b040ad78.tar.bz2
kirinos-5ae10285c7800ebe1e728e96e98e8439b040ad78.zip
Updated docs/Installing-mangoOS-on-bare-metal.md (automated)
-rw-r--r--docs/Installing-mangoOS-on-bare-metal.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/Installing-mangoOS-on-bare-metal.md b/docs/Installing-mangoOS-on-bare-metal.md
index 8b0ca9f..3cfe9d2 100644
--- a/docs/Installing-mangoOS-on-bare-metal.md
+++ b/docs/Installing-mangoOS-on-bare-metal.md
@@ -63,4 +63,11 @@ You now need to follow these instructions to install mangoOS:
* Once you are logged in, you can click on the mangoOS logo in the top left corner and click on the "About" icon to check your system information
## Wrapping up
-blah blah \ No newline at end of file
+You now have mangoOS installed on bare metal, please report any issue you may encounter, so we can fix them before the final release.
+
+If you wish to upgrade to a newer version of mangoOS, you will need to do the following:
+* Press Ctrl+Q
+* Run `cd /`
+* Run `rm -rf /mango`
+ * **Note:** As upgrading is currently not supported, this will delete all of your user data
+* Repeat all the steps mentioned in "2. Installing mangoOS" after the step about running `su` \ No newline at end of file