Skip to content

Commit 40d3227

Browse files
authored
Merge branch 'espruino:master' into AuthorSearch
2 parents 096a012 + 0d4d331 commit 40d3227

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ EspruinoAppLoaderCore
33

44
[![Build Status](https://github.com/espruino/EspruinoAppLoaderCore/actions/workflows/nodejs.yml/badge.svg)](https://github.com/espruino/EspruinoAppLoaderCore/actions/workflows/nodejs.yml)
55

6-
This is the code use for both:
6+
This is the code used for both:
77

88
* [Bangle.js](https://banglejs.com/) App Loader : https://github.com/espruino/BangleApps
99
* [Espruino](http://www.espruino.com/) App Loader : https://github.com/espruino/EspruinoApps
@@ -13,3 +13,10 @@ onto embedded devices.
1313

1414
See https://github.com/espruino/BangleApps for more details on usage and the
1515
format of `apps.json`.
16+
17+
## Testing
18+
To test different changes:
19+
1. Clone the `BangleApps` repository on your local machine.
20+
2. Make changes to this submodule inside the BangleApps folder `core`. In GitHub web, it's shown as a link to the submodule, but in a clone on your PC, it has all the files that this module has.
21+
3. Test using `index.html`, and when you are ready, migrate changes to here
22+
4. Create a PR to merge your changes with the upstream repository

0 commit comments

Comments
 (0)