From 46ca8cb90eac27132d1d6d350ae3a51fed6321ee Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Sun, 12 Aug 2018 00:44:53 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 133c1bd49..622124161 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ First you need to obtain an SD card that has the correct partitions setup. It n If you need help with this, the Raspberry Pi wiki has a [guide](http://elinux.org/RPi_Advanced_Setup#Advanced_SD_card_setup) that's pretty close (make sure to use ext4 instead of ext3). -When you have this setup, mount the the two partitions (assuming /media/BOOT for the fat32 partiion, and /media/rootfs for the ext4). The run the following commands to install the rootfs: +When you have this setup, mount the two partitions (assuming /media/BOOT for the fat32 partiion, and /media/rootfs for the ext4). The run the following commands to install the rootfs: `cd $BSQUASK_DIR/images` `tar -zxvf boot.tar.gz -C /media/BOOT` `sudo tar -zxvf rootfs.tar.gz -C /media/rootfs`