Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
Fixed redundant NOTE: in #3
Shortend second quick start note
Added color to OnAIR in user guide section
  • Loading branch information
asgibson committed Sep 18, 2024
1 parent efc20e5 commit 06a27a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ It is intended to explore research concepts in autonomous operations in a simula
## Quick Start

**NOTE:** You may need to put your specific python version in place of `python`, e.g., `python3.12`
**NOTE:** Some environments may require you to use the `-m` option to run python modules, e.g., `python -m coverage report`
**NOTE:** You may need the `-m` option to run python modules, e.g., `python -m coverage report`

### 1. Clone the repository:
```
Expand All @@ -50,7 +50,6 @@ conda activate onair-env
- **Option C**: Whatever works for you!

### 3. Run the unit tests:
**NOTE:** You may need to run coverage with python and the -m option, `python -m coverage report`
```
python driver.py -t
coverage report
Expand Down Expand Up @@ -97,7 +96,7 @@ Refer to the Documentation section for more detailed information on customizatio

** Under Construction, please pardon our dust. **

### Welcome, You Are Now Live with OnAIR!
### Welcome, You Are Now Live with <span style="color: DeepSkyBlue;">On</span><span style="color: orange;">AI</span><span style="color: DeepSkyBlue;">R</span>!
- What is OnAIR?
- More Importantly, What Isn't OnAIR?
- How to Use This Guide
Expand Down

0 comments on commit 06a27a3

Please sign in to comment.