From 8aab3a0d5ec8deceb0ad0bed99812bdd42e2bde7 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Mon, 6 Nov 2017 19:06:48 +0100 Subject: [PATCH] docs: promote SoftwareUpdater as easy tool to update Haiku. The welcome page was still saying the only way to update Haiku is per command line. Not as much welcoming as one could expect since SoftwareUpdater is now available. Add SoftwareUpdater to the list of Haiku's applications in User Guide. --- docs/userguide/en/applications.html | 2 ++ docs/welcome/welcome_en.html | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/userguide/en/applications.html b/docs/userguide/en/applications.html index 3d43bac7ff..18b98f1cde 100644 --- a/docs/userguide/en/applications.html +++ b/docs/userguide/en/applications.html @@ -128,6 +128,8 @@ A tool to take screenshots. iconShowImage A simple image viewer. + iconSoftwareUpdater + A tool to keep your Haiku updated. iconSoundRecorder A tool to record audio from line-in or a microphone. [still missing] iconStyledEdit diff --git a/docs/welcome/welcome_en.html b/docs/welcome/welcome_en.html index 3acbd6056d..550483a7bb 100644 --- a/docs/welcome/welcome_en.html +++ b/docs/welcome/welcome_en.html @@ -103,7 +103,8 @@ Because of our binary and source compatibility, most BeOS applications run on Ha

index Updating Haiku

-

Updating Haiku is currently done from the command line. Open a Terminal and enter "pkgman update". When it's finished, reboot.
+

Updating Haiku is easy with SoftwareUpdater application. +It can also be done from the command line. Open a Terminal and enter "pkgman update". When it's finished, reboot.
For more details, see the guide Updating your system on our website.