Skip to content

Commit e27ab26

Browse files
authored
Fixed typos, made it clearer
1 parent 378d1f6 commit e27ab26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,16 @@ deploy:
164164

165165
## Running build_platforms.py locally
166166
1. Install arduino-cli from here: https://arduino.github.io/arduino-cli/installation/
167-
2. Download ci-arduion
167+
2. Download ci-arduino
168168
* `git clone https://github.com/adafruit/ci-arduino`
169-
3. Put these lines in `.bashrc` or `.bash_profile` if you're on OSX, making sure to fill in the path to where you installed ci-arduino and replacing USER with your username.
169+
3. Put these lines in `.bashrc` or `.bash_profile` if you're on OSX. Make sure to fill in the path to where you installed ci-arduino and replacing USER with your username.
170170
* `alias test-platforms='python3 ~/path/to/ci-arduino/build_platform.py'`
171171
* `export HOME=/home/USER/`
172172
4. Run this at the top level of the library you want to test
173173
* `export GITHUB_WORKSPACE=$(pwd)`
174174
5. Remove everything in test library, and re-create it
175175
* `rm -rf ~/Arduino/libraries/Adafruit_Test_Library/; mkdir ~/Arduino/libraries/Adafruit_Test_Library`
176-
6. copy current library to Adafruit_Test_Library
176+
6. Still in the top-level directory of the library you'll be testing, copy the current library to Adafruit_Test_Library
177177
* `cp -r * ~/Arduino/libraries/Adafruit_Test_Library`
178178
7. Find out what boards to test. Open .github/workflows/githubci.yml and find the line that runs build_platforms.py.
179179
8. Run test-platforms

0 commit comments

Comments
 (0)