Skip to content

Commit

Permalink
docs: 📝 Add git clone instructions. (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeFreer authored Sep 29, 2024
1 parent 58937f7 commit 0a965a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/firmware/dev-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

Follow these steps to begin developing in `racecar/firmware`.

## Clone the Repository

Navigate to the directory where you would like to hold the `racecar` repo (I used `C:\Formula\repos`). Run

git clone https://github.com/macformula/racecar.git

Change in the new `racecar` directory and initialize all submodules with

git submodule update --init --recursive

## Dependencies

Unless otherwise mentioned, all programs must be accessible on your [PATH](https://en.wikipedia.org/wiki/PATH_(variable)).
Expand Down

0 comments on commit 0a965a7

Please sign in to comment.