Skip to content

Commit b775091

Browse files
doc: copy example as well
1 parent 29da7cf commit b775091

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,12 @@ And repeat previous steps.
4646
### Release
4747

4848
1. Copy `bluepad32_files/boards.txt` and `bluepad32_files/platform.txt` to `~/Arduino/hardware/retro.moe/esp32-bluepad32`
49-
2. Upload .zip to https://github.com/ricardoquesada/esp32-arduino-lib-builder
50-
3. Update `bluepad32_files/package_esp32_bluepad32_index.json` accordingly
49+
2. Copy `bluepad32_files/libraries/` to `~/Arduino/hardware/retro.moe/esp32-bluepad32/libraries/`
50+
3. Upload .zip to https://github.com/ricardoquesada/esp32-arduino-lib-builder
51+
4. Update `bluepad32_files/package_esp32_bluepad32_index.json` accordingly
52+
53+
54+
```sh
55+
cp bluepad32_files/boards.txt bluepad32_files/platform.txt ~/Arduino/hardware/retro.moe/esp32-bluepad32
56+
cp -r bluepad32_files/libraries/* ~/Arduino/hardware/retro.moe/esp32-bluepad32/libraries/
57+
```

0 commit comments

Comments
 (0)