From e993668f8d0b7176af9a1c1005a46e6ccdb714ca Mon Sep 17 00:00:00 2001 From: andrum99 <58046090+andrum99@users.noreply.github.com> Date: Fri, 18 Sep 2020 00:03:45 +0100 Subject: [PATCH] Improve wording, add how to get on Raspberry Pi OS - The new wording has the advantage that it specifies which platforms the binaries are for - Give instructions for how to get Raspberry Pi OS - no need to visit download page - it just needs a single shell command --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca89795..28a4d53 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Raspberry Pi Imaging Utility -Download pre-built versions from the [Raspberry Pi downloads page](https://www.raspberrypi.org/downloads/). +Download the latest version for Windows, macOS or Ubuntu from the [Raspberry Pi downloads page](https://www.raspberrypi.org/downloads/). + +To install on Raspberry Pi OS, use `sudo apt update && sudo apt install rpi-imager`. ## License