Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

piShift makes it super simple to get programming on your Pi Zero - just plug your Pi into your laptop with a micro-USB cable and it appears as a USB Drive. Drag across a .py file, and within seconds the Pi will automatically detect it's been added, and will start running the most recently edited file.

#Installation
# Installation
1. Install Raspbian (full, not lite) onto an SD card
2. Expand your SD card!
3. Get internet on your Pi - you can do this with a USB hub + WiFi dongle on the PiZero, or by temporarily putting your SD card into a B+/2/3 .
Expand All @@ -15,6 +15,6 @@ sudo ./install.sh

Now attach a micro-USB cable to the USB port marked "USB" on the PiZero, plug into your computer, and you should be good to go!

#FAQ
# FAQ
- Q: Does it work with other versions of the Pi as well as the Pi Zero?
- A: Sadly, no. The other Pis have a USB hub in the way (with the exception of the A/A+, which we're working on) - and this cannot work.