From e578236a0b191dcd77e021c043afd841c07b1c47 Mon Sep 17 00:00:00 2001 From: Floris Bos Date: Mon, 9 Mar 2020 16:53:55 +0100 Subject: [PATCH] README.md: update repo imagewriter -> rpi-imager --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86efe3e..2279593 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ sudo apt install --no-install-recommends build-essential devscripts debhelper cm #### Get the source ``` -git clone --depth 1 https://github.com/raspberrypi/imagewriter +git clone --depth 1 https://github.com/raspberrypi/rpi-imager ``` #### Build the Debian package ``` -cd imagewriter +cd rpi-imager debuild -uc -us ```