Skip to content

Commit

Permalink
doc: update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dshil committed Jan 8, 2025
1 parent f410315 commit a81375f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/esp32.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ All components are located in the `components` directory. It's a default directo
These components can be manually copied into the project `components` directory, or added as a git submodule:

```bash
git submodule add git@github.com:open-control-systems/control-components.git control-components
git submodule add https://github.com/open-control-systems/control-components.git control-components
git submodule update --init --recursive
```

Expand Down

0 comments on commit a81375f

Please sign in to comment.