From f265eb9398e5b87648004745b97c8bcb15f32e23 Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Tue, 28 Nov 2023 20:47:55 -0500 Subject: [PATCH] make this more clear --- .../20-updating-software.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/user-guide/03-Extending your Pioreactor/20-updating-software.md b/user-guide/03-Extending your Pioreactor/20-updating-software.md index ee926fc61..e35e32bb7 100644 --- a/user-guide/03-Extending your Pioreactor/20-updating-software.md +++ b/user-guide/03-Extending your Pioreactor/20-updating-software.md @@ -3,12 +3,13 @@ title: Updating the Pioreactor software slug: /updating-software --- -We publish new software occasionally that fixes bugs, adds new features, and improves performance. You can update your Pioreactor(s) to the latest software from the UI. **We highly recommend keeping your Pioreactor software up to date!** +We publish new software occasionally that fixes bugs, adds new features, and improves performance. You can update your Pioreactor(s) to the latest software from the UI, or from the command line. **We highly recommend keeping your Pioreactor software up to date!** -### How to update your software from the UI + +### Method 1: Updating from the UI :::info -To use this update method, you Raspberry Pi must be able to access the internet +To use this update method, you Raspberry Pi must be able to access the internet. Using a local access point, see method 2 below. ::: When a new software version is released by our team, you will see a red "badge" in your UI's sidebar: @@ -43,7 +44,7 @@ You can install the bleeding-edge software from this page as well. Just select t Similarly, from the [command line](https://docs.pioreactor.com/user-guide/accessing-raspberry-pi), you can install specific versions. See `pio update app --help` for more. -### Update using release archives +### Method 2: Update using release archives :::info @@ -109,4 +110,3 @@ To update the UI, the steps are similar: where `xx.xx.xx` is the version number, (ex: `23.10.4`). -