Fixed one line

This commit is contained in:
Thore-Krug
2019-02-26 22:25:23 +01:00
committed by GitHub
parent 2a53e6e525
commit efad71c2ba

View File

@@ -8,7 +8,7 @@ Simplyfies the Flashing Process for the C.H.I.P and PocketC.H.I.P Computer.
2. Connect the FEL and a GROUND pin of the C.H.I.P (for example, with a paperclip). 2. Connect the FEL and a GROUND pin of the C.H.I.P (for example, with a paperclip).
3. Connect the C.H.I.P its micro USB port to a USB port of your Linux machine. 3. Connect the C.H.I.P its micro USB port to a USB port of your Linux machine.
4. In the Linux machine: 4. In the Linux machine:
- run `https://github.com/Thore-Krug/Flash-CHIP.git` to clone this repository. - run ` git clone https://github.com/Thore-Krug/Flash-CHIP.git` to clone this repository.
- `cd` into the location where you stored this repository. - `cd` into the location where you stored this repository.
- run `sudo chmod +x Flash.sh` - run `sudo chmod +x Flash.sh`
- run `./Flash.sh` - run `./Flash.sh`