From 54122eacc3b0c91c0b5079237a8b759d38c2bf94 Mon Sep 17 00:00:00 2001 From: Derek Jamison Date: Sun, 9 Apr 2023 17:29:38 -0400 Subject: [PATCH] Updated readme --- hid/hid_app/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hid/hid_app/README.md b/hid/hid_app/README.md index b6c95e9..878a86a 100644 --- a/hid/hid_app/README.md +++ b/hid/hid_app/README.md @@ -20,12 +20,14 @@ If you have not already installed Git and VS Code, you will need to do so. The f Clone the Flipper Zero firmware from GitHub. The following command will clone the firmware into a folder named official-firmware. (The below commands may wrap on your screen. You can copy and paste the entire command; there should only be two lines.) +Open a command window (in windows, press the Windows key+R, type: cmd, then press enter) ```console +md cd git clone --recursive https://github.com/flipperdevices/flipperzero-firmware.git official-firmware ``` -Replace _<your working directory>_ with the directory where you want to clone the firmware. +Replace _<your working directory>_ with the directory where you want to clone the firmware (like \flipper). ## Step 3. Run FBT to build the firmware and configure VS Code.