From 43801946ba72fc0c5266c6969862a749c2193f9c Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Thu, 2 Jan 2025 17:45:20 +0200 Subject: [PATCH] website/_xpack fix tools path --- website/_xpack.github.io/pages/aarch64-none-elf-gcc/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/_xpack.github.io/pages/aarch64-none-elf-gcc/install.md b/website/_xpack.github.io/pages/aarch64-none-elf-gcc/install.md index 6379a19..2bad032 100644 --- a/website/_xpack.github.io/pages/aarch64-none-elf-gcc/install.md +++ b/website/_xpack.github.io/pages/aarch64-none-elf-gcc/install.md @@ -131,7 +131,7 @@ pages. To check if the xpm installed GCC starts, use something like: ```doscon -C:\>%USERPROFILE%\AppData\Roaming\xPacks\@xpack-dev-tool\aarch64-none-elf-gcc\{{ page.version }}-{{ page.xpack-subversion }}.1\.content\bin\aarch64-none-elf-gcc.exe" --version +C:\>%USERPROFILE%\AppData\Roaming\xPacks\@xpack-dev-tools\aarch64-none-elf-gcc\{{ page.version }}-{{ page.xpack-subversion }}.1\.content\bin\aarch64-none-elf-gcc.exe" --version aarch64-none-elf-gcc.exe (xPack GNU AArch64 Embedded GCC x86_64) {{ page.version }} {{ page.version-timestamp }} ```