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 ```