Skip to content

Commit

Permalink
make this more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Nov 29, 2023
1 parent 9bbb3cd commit f265eb9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions user-guide/03-Extending your Pioreactor/20-updating-software.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -109,4 +110,3 @@ To update the UI, the steps are similar:
where `xx.xx.xx` is the version number, (ex: `23.10.4`).

0 comments on commit f265eb9

Please sign in to comment.