From 949f51c7f6e4160a20cd6aaca211801af0c082dc Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Sat, 8 Apr 2017 11:49:00 +0100 Subject: [PATCH] Fix typo in .zip command. Glob to avoid specfiy version. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66e79e9..78b11ed 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Launch a raspbian image on qemu with network connectivity git clone https://github.com/nachoparker/qemu-raspbian-network.git cd qemu-raspbian-network wget https://downloads.raspberrypi.org/raspbian_lite_latest -O raspbian_lite_latest.zip -unzip rasbian_lite_latest.zip -sudo ./qemu-pi.sh 2017-01-11-raspbian-jessie-lite.img # correct to real name +unzip raspbian_lite_latest.zip +sudo ./qemu-pi.sh *-raspbian-jessie-lite.img ``` See details on https://ownyourbits.com/2017/02/06/raspbian-on-qemu-with-network-access/