diff --git a/README.md b/README.md index d338fab..503883d 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,23 @@ -# Oakville Dynamics FRC Robot Template +# Oakville Dynamics NewbieBot + +A robot for the new members to use and play around with. ## Build Status -| Action | Status | -| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Build | [![Build](https://github.com/OakvilleDynamics/frc-robot-template/actions/workflows/build.yml/badge.svg)](https://github.com/OakvilleDynamics/frc-robot-template/actions/workflows/build.yml) | -| Qodana | [![Qodana](https://github.com/OakvilleDynamics/frc-robot-template/actions/workflows/qodana.yml/badge.svg)](https://github.com/OakvilleDynamics/frc-robot-template/actions/workflows/qodana.yml) | -| CodeQL | [![CodeQL Scanning](https://github.com/OakvilleDynamics/frc-robot-template/actions/workflows/codeql.yml/badge.svg)](https://github.com/OakvilleDynamics/frc-robot-template/actions/workflows/codeql.yml) | -| Spotless | [![Syntax Check](https://github.com/OakvilleDynamics/frc-robot-template/actions/workflows/syntax-check.yml/badge.svg)](https://github.com/OakvilleDynamics/frc-robot-template/actions/workflows/syntax-check.yml) | +| Action | Status | +| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Build | [![Build](https://github.com/OakvilleDynamics/NewbieBot/actions/workflows/build.yml/badge.svg)](https://github.com/OakvilleDynamics/NewbieBot/actions/workflows/build.yml) | +| Qodana | [![Qodana](https://github.com/OakvilleDynamics/NewbieBot/actions/workflows/qodana.yml/badge.svg)](https://github.com/OakvilleDynamics/NewbieBot/actions/workflows/qodana.yml) | +| CodeQL | [![CodeQL Scanning](https://github.com/OakvilleDynamics/NewbieBot/actions/workflows/codeql.yml/badge.svg)](https://github.com/OakvilleDynamics/NewbieBot/actions/workflows/codeql.yml) | +| Spotless | [![Syntax Check](https://github.com/OakvilleDynamics/NewbieBot/actions/workflows/syntax-check.yml/badge.svg)](https://github.com/OakvilleDynamics/NewbieBot/actions/workflows/syntax-check.yml) | ## How to use -1. Create a template of this repository -2. Follow GitHub prompts for creating a repository -3. Clone newly created repository +1. Clone repository with GitHub Desktop or a `git clone https://github.com/OakvilleDynamics/NewbieBot.git` +2. Open the project in your WPILib Visual Studio Code (VS Code) +3. Start hacking away! ## Requirements * WPILib 2023.4.3 +* Working internet connection for Gradle dependencies