From 76116f3a1a16d4826546979e0700469b7c9948d9 Mon Sep 17 00:00:00 2001 From: Tom Dewey <146750643+tdewey-rpi@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:03:41 +0000 Subject: [PATCH] Link to official docs from README In order to assist users of the tool, provide a direct link to the official Raspberry Pi documentation for Raspberry Pi Imager. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 13f08d7..ae5d4bf 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ Raspberry Pi Imaging Utility - Download the latest version for Windows, macOS and Ubuntu from the [Raspberry Pi downloads page](https://www.raspberrypi.com/software/). - To install on Raspberry Pi OS, use `sudo apt update && sudo apt install rpi-imager`. +# How to use Raspberry Pi Imager + +Please see our [official documentation](https://www.raspberrypi.com/documentation/computers/getting-started.html#raspberry-pi-imager). + ## License The main code of the Imaging Utility is made available under the terms of the Apache license.