mirror of
				https://gitlab.com/alemaire/image-specs.git
				synced 2025-01-17 17:48:20 +00:00 
			
		
		
		
	fix minor typo in documentation
The images that are created are raspi_3.img, not raspi3.img. Minor, but might as well fix it while I'm here.
This commit is contained in:
		| @@ -69,7 +69,7 @@ important parts of your system.  Double check it's the correct | |||||||
| device!), copy the image onto the SD card: | device!), copy the image onto the SD card: | ||||||
|  |  | ||||||
| ```shell | ```shell | ||||||
| sudo dd if=raspi3.img of=/dev/mmcblk0 bs=64k oflag=dsync status=progress | sudo dd if=raspi_3.img of=/dev/mmcblk0 bs=64k oflag=dsync status=progress | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| Then, plug the SD card into the Raspberry Pi, and power it up. | Then, plug the SD card into the Raspberry Pi, and power it up. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Andres Salomon
					Andres Salomon