-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60e5937
commit 9d1c8b1
Showing
8 changed files
with
55 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Summary | ||
|
||
[Introduction](introduction.md) | ||
- [Introduction](introduction.md) | ||
- [Installation](installation.md) |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Installing Expressway | ||
|
||
### Repositories | ||
Ensure this block is in the "repositories" block of your TeamCode module build.gradle. | ||
If you use any Dairy libraries, this will already be present, so you do not have to add it twice. | ||
```groovy | ||
maven { | ||
url = 'https://repo.dairy.foundation/releases' | ||
} | ||
``` | ||
|
||
### Dependencies | ||
Add the following lines to the "dependencies" block of that same build.gradle: | ||
```groovy | ||
implementation "page.j5155.roadrunner:actionadditions:0.1.0" | ||
implementation "page.j5155.roadrunner.actionadditions:ftc:0.1.0" | ||
``` |
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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# Introduction | ||
Welcome to the Expressway docs! | ||
This site will house examples and documentation | ||
of various features found within Expressway and Roadrunner itself! | ||
of various features found within Expressway and Roadrunner itself! | ||
|
||
Expressway can be found [here](https://github.com/j5155/Expressway). | ||
Installation instructs can be found [here](installation.md). |