From ca675a1962bedf8af3e0f7e55122907d51d49420 Mon Sep 17 00:00:00 2001 From: Heikki Hannikainen Date: Wed, 3 Oct 2012 01:09:30 +0300 Subject: [PATCH] INSTALLING doc: adjust apt upgrade instructions a little --- doc/INSTALLING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/INSTALLING.md b/doc/INSTALLING.md index f087210..1ad9f29 100644 --- a/doc/INSTALLING.md +++ b/doc/INSTALLING.md @@ -81,12 +81,12 @@ Then, install aprsc: sudo apt-get install aprsc -Whenever a new aprsc version is available, the upgrade can be performed +Whenever a new aprsc version is available, an upgrade can be performed automatically by running the upgrade command. Your operating system can -also be configured to upgrade packages automatically, or instruct you to +also be configured to upgrade packages automatically, or to instruct you to upgrade when upgrades are available. - sudo apt-get upgrade + sudo apt-get update && sudo apt-get upgrade Before starting aprsc edit the configuration file, which can be found in /opt/aprsc/etc/aprsc.conf. Please see the [CONFIGURATION](CONFIGURATION.html)