readme: Fix typos

This commit is contained in:
Johan Gunnarsson 2020-09-13 14:44:20 +02:00
parent eea58262db
commit 907ff57f0f
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ These two images are the concatenated to a single image, which is then written t
To build a boot image for Raspberry Pi 3 B:
git clone https://github.com/johang/debian-sd-card-images.git debian-sd-card-images
git clone https://github.com/johang/debian-sd-card-images.git sd-images
cd sd-images
docker build -t sd-images .
mkdir -p /tmp/sd-images
@ -34,7 +34,7 @@ The image will end up in /tmp/sd-images on the host.
To build a Debian ext4 root filesystem image for arm64:
git clone https://github.com/johang/debian-sd-card-images.git debian-sd-card-images
git clone https://github.com/johang/debian-sd-card-images.git sd-images
cd sd-images
docker build -t sd-images .
mkdir -p /tmp/sd-images