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 1/3] 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 From 59ae4244a1a36fe5d215e42e6eb7cf84a7d25cf0 Mon Sep 17 00:00:00 2001 From: andrum99 <58046090+andrum99@users.noreply.github.com> Date: Fri, 18 Sep 2020 00:04:26 +0100 Subject: [PATCH 2/3] grammar nit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28a4d53..ee5180b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Raspberry Pi Imaging Utility -Download the latest version for Windows, macOS or Ubuntu from the [Raspberry Pi downloads page](https://www.raspberrypi.org/downloads/). +Download the latest version for Windows, macOS and 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`. From c7f40eba9be3c78bed89b03f449caa5562dbb6ba Mon Sep 17 00:00:00 2001 From: andrum99 <58046090+andrum99@users.noreply.github.com> Date: Fri, 18 Sep 2020 00:08:56 +0100 Subject: [PATCH 3/3] bullet pointeyness --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee5180b..32d4662 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,8 @@ Raspberry Pi Imaging Utility -Download the latest version for Windows, macOS and 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`. +- Download the latest version for Windows, macOS and 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