Skip to content

Commit

Permalink
doc: fix command to install the stm32 target
Browse files Browse the repository at this point in the history
Now a stm32 target is available upstream.
Add -f option to force the stm32 target installation and override the
upstream target.

Signed-off-by: Thomas Richard <[email protected]>
  • Loading branch information
thom24 committed Jan 29, 2025
1 parent d563f75 commit dfe9442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ $ ./scripts/feeds update -a
Install stm32 target

```bash
$ ./scripts/feeds install stm32
$ ./scripts/feeds install -f stm32
```

Install all other packages
Expand Down

0 comments on commit dfe9442

Please sign in to comment.