From 4c75626e9e052ebbbde3abe984d3b82d0dd18061 Mon Sep 17 00:00:00 2001 From: Yao Wei Date: Sun, 23 Mar 2025 15:15:00 +0800 Subject: [PATCH] Update flashing_hid.md --- docs/flashing_hid.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/flashing_hid.md b/docs/flashing_hid.md index 34c6f557..39a0f5cb 100644 --- a/docs/flashing_hid.md +++ b/docs/flashing_hid.md @@ -15,8 +15,9 @@ make[1]: platformio: No such file or directory Please install `platformio-core` and continue: -``` -# pacman -S platformio-core +```shell +pacman -Syu +pacman -S platformio-core ``` ## Serial Firmware (the default option)