Skip to content

Commit

Permalink
Remove the .sh extension from executibles
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccurious committed Nov 24, 2023
1 parent e944a1a commit 0e5a40e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.sh
git clone --quiet https://github.com/epiccurious/jade-diy "${HOME}"/jade-diy && sudo "${HOME}"/jade-diy/flash_your_device
```

3. When the script asks, choose your device (#1-#4).
Expand All @@ -98,7 +98,7 @@ After the script completes, you should see the Jade initialization screen on you
4. Run the device-specific script corresponding to the hardware you're using. This process can take up to 30 minutes on a slow computer.
- If you're using the TTGO T-Dispay, run:
```
sudo device_specific/flash_the_ttgo_tdisplay.sh
sudo device_specific/flash_the_ttgo_tdisplay
```
- If you're using the M5Stack M5StickC PLUS, run:
```
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0e5a40e

Please sign in to comment.