From ba485cab166543d4e57fd5a1a94f8f4029b525f0 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 18 Sep 2019 01:53:19 +0200 Subject: [PATCH] README: link rustup --- firmware/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/README.md b/firmware/README.md index 9a1eea4..b8312b7 100644 --- a/firmware/README.md +++ b/firmware/README.md @@ -4,7 +4,7 @@ ### On Debian-based systems -- install rustup +- install [rustup](https://rustup.rs/) ```shell apt install gcc gcc-arm-none-eabi git-core