Skip to content

Commit

Permalink
doc: improve the README instructions to flash
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccurious committed Nov 24, 2023
1 parent 0ec057b commit 8ccc2c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ This option is recommended for the average user who doesn't know how to read and

2. Clone (download) this repository and start the scipt. Run the following in Terminal:
```bash
git clone --quiet https://github.com/epiccurious/jade-diy "${HOME}"/jade-diy && sudo "${HOME}"/jade-diy/flash_your_device
sudo /bin/bash -c "$(curl -sSL https://raw.githubusercontent.com/epiccurious/jade-diy/master/flash_your_device)"
```

3. When the script asks, choose your device (#1-#4).
Expand All @@ -102,15 +102,15 @@ After the script completes, you should see the Jade initialization screen on you
```
- If you're using the M5Stack M5StickC PLUS, run:
```
sudo device_specific/flash_the_m5stack_m5stickc_plus.sh
sudo device_specific/flash_the_m5stack_m5stickc_plus
```
- If you're using the M5Stack Core Basic, run:
```
sudo device_specific/flash_the_m5stack_core_basic.sh
sudo device_specific/flash_the_m5stack_core_basic
```
- If you're using the M5Stack FIRE, run:
```
sudo device_specific/flash_the_m5stack_fire.sh
sudo device_specific/flash_the_m5stack_fire
```
After the script completes, you should see the Jade initialization screen on your device.
Expand Down

0 comments on commit 8ccc2c0

Please sign in to comment.