This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Comment Typo (#105), Update README
- Loading branch information
1 parent
b4ab80c
commit 697ee37
Showing
2 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,19 +10,15 @@ ARMS is a [PROS](https://pros.cs.purdue.edu/) library that makes writing autonom | |
|
||
## Installing ARMS | ||
|
||
1. Download the most recent [template](https://github.com/purduesigbots/ARMS/releases) | ||
1. Register the PROS mainline template depot whith your local CLI by running the following command in the PROS integrated terminal: `pros conduct add-depot mainline https://purduesigbots.github.io/pros-mainline/pros-mainline.json` | ||
|
||
2. Run this command from terminal `pros c fetch [email protected].0.zip` | ||
2. Apply the latest version of ARMS to your project by running the following command in the PROS integrated terminal: `pros c apply [email protected].1` | ||
|
||
3. `cd` into your pros project directory in your terminal | ||
3. Put `#include "ARMS/api.h"` in your main.h | ||
|
||
4. Apply the library to the project `pros c apply ARMS` | ||
4. Put `#include "ARMS/config.h"` in your main.cpp | ||
|
||
5. Put `#include "ARMS/api.h"` in your main.h | ||
|
||
6. Put `#include "ARMS/config.h"` in your main.cpp | ||
|
||
7. Call `arms::init()` in your initialize() | ||
5. Call `arms::init()` in your initialize() | ||
|
||
|
||
## Quick start guide | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters