Added explanation for bashrc and bash_profile

This commit is contained in:
Dylan Herrada 2021-06-21 14:42:45 -04:00 committed by GitHub
parent 66e6ad8283
commit f825111aa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,7 +179,8 @@ deploy:
export HOME=/Users/USER
export ARDUINO_LIB_DIR=/Documents/Arduino/libraries
```
* Then run `source .bashrc` (Linux) or `source .bash_profile` (Mac/OSX)
* Then run `source ~/.bashrc` (Linux) or `source ~/.bash_profile` (Mac/OSX)
* If this file doesn't already exist, you can create it with `source ~/.bashrc` (Linux) or `source ~/.bash_profile` (Mac/OSX)
4. Run this at the top level of the library you want to test
```bash
adafruit@adafruit:~/Adafruit_BMP183_Library$ export GITHUB_WORKSPACE=$(pwd)