Skip to content

Commit

Permalink
Add astyle as a dependency to Building-in-Ubuntu docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edenreich committed Jul 2, 2024
1 parent 90c66ec commit 7ab3de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/building/Building-in-Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This document is tested and based on the latest Ubuntu 22.04 LTS release and can

```
$ sudo apt update && sudo apt upgrade
$ sudo apt install build-essential libblocksruntime-dev libtool git curl clang-12
$ sudo apt install build-essential libblocksruntime-dev libtool git curl clang-12 astyle
$ git clone https://github.com/betaflight/betaflight.git
$ cd betaflight
$ make arm_sdk_install
Expand Down

0 comments on commit 7ab3de5

Please sign in to comment.