From 6d20054f264f6d8283ce8beb33da67b8940d2631 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 22 May 2022 16:27:28 +0200 Subject: [PATCH] add link --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e48b84..fe3d393 100644 --- a/README.md +++ b/README.md @@ -156,9 +156,10 @@ if you want to use it in CMake. ### Cross-Compiler -The instuctions here specify how to install and use a specific version of the xPacks cross-compiler -but you can use any other ARM cross-compiler which can generate bare-metal code, usually denoted by -the `arm-none-eabi` cross-compiler triplet. +The instuctions here specify how to install and use a specific version of the +[xPacks cross-compiler](https://xpack.github.io/arm-none-eabi-gcc/) but you can use any other +ARM cross-compiler which can generate bare-metal code, usually denoted by the `arm-none-eabi` +cross-compiler triplet. If you don't want to install nodejs you may go with the [four-command manual installation](https://xpack.github.io/arm-none-eabi-gcc/install/#manual-install).