Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Feb 5, 2023
1 parent 97816e4 commit 81f3eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ a dependency for a project is quite easy:
cd my-project
xpm init # Only at first use.

xpm install @xpack-dev-tools/arm-none-eabi-gcc@latest
xpm install @xpack-dev-tools/arm-none-eabi-gcc@latest --verbose

ls -l xpacks/.bin
```
Expand All @@ -87,7 +87,7 @@ For xPacks aware tools, like the **Eclipse Embedded C/C++ plug-ins**,
it is also possible to install GNU Arm Embedded GCC globally, in the user home folder:

```sh
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@latest
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@latest --verbose
```

Eclipse will automatically
Expand Down

0 comments on commit 81f3eec

Please sign in to comment.