README.md: update repo imagewriter -> rpi-imager

This commit is contained in:
Floris Bos 2020-03-09 16:53:55 +01:00
parent 7f5e973a69
commit e578236a0b

View file

@ -24,13 +24,13 @@ sudo apt install --no-install-recommends build-essential devscripts debhelper cm
#### Get the source #### 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 #### Build the Debian package
``` ```
cd imagewriter cd rpi-imager
debuild -uc -us debuild -uc -us
``` ```