Skip to content

Commit 97816e4

Browse files
committed
body-jekyll update
1 parent 8c0a474 commit 97816e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/templates/body-jekyll-release-post-part-1-liquid.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,22 +89,22 @@ a dependency for a project is quite easy:
8989
cd my-project
9090
xpm init # Only at first use.
9191

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

9494
ls -l xpacks/.bin
9595
```
9696

9797
To install this specific version, use:
9898

9999
```sh
100-
xpm install @xpack-dev-tools/arm-none-eabi-gcc@{% raw %}{{ page.version }}.{{ page.npm_subversion }}{% endraw %}
100+
xpm install @xpack-dev-tools/arm-none-eabi-gcc@{% raw %}{{ page.version }}.{{ page.npm_subversion }}{% endraw %} --verbose
101101
```
102102

103103
For xPacks aware tools, like the **Eclipse Embedded C/C++ plug-ins**,
104104
it is also possible to install Arm Embedded GCC globally, in the user home folder.
105105

106106
```sh
107-
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@latest
107+
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@latest --verbose
108108
```
109109

110110
Eclipse will automatically

0 commit comments

Comments
 (0)