Skip to content

Commit 81f3eec

Browse files
committed
README update
1 parent 97816e4 commit 81f3eec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ a dependency for a project is quite easy:
6363
cd my-project
6464
xpm init # Only at first use.
6565

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

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

8989
```sh
90-
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@latest
90+
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@latest --verbose
9191
```
9292

9393
Eclipse will automatically

0 commit comments

Comments
 (0)