From a376b7c575e199938f3ba6fe61862a9f077ef84a Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 27 Oct 2023 20:06:56 +0200 Subject: [PATCH] Update Building in Windows 10 or 11 with Linux Subsystem.md --- .../Building in Windows 10 or 11 with Linux Subsystem.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/development/Building in Windows 10 or 11 with Linux Subsystem.md b/docs/development/Building in Windows 10 or 11 with Linux Subsystem.md index f47b6db62c..9cee0ede25 100644 --- a/docs/development/Building in Windows 10 or 11 with Linux Subsystem.md +++ b/docs/development/Building in Windows 10 or 11 with Linux Subsystem.md @@ -36,7 +36,9 @@ To run `cmake` in the latest version you will need to update from Ubuntu `18_04 Mount MS windows C drive and clone INAV 1. `cd /mnt/c` -1. `git clone https://github.com/iNavFlight/inav.git` (latest code) / `git clone -b 6.1.1 --single-branch https://github.com/iNavFlight/inav.git` (option "-b" for downloading specific releases - version 6.1.1 in this example) +2. `git clone https://github.com/iNavFlight/inav.git` +3. `git checkout 6.1.1` (to switch to a specific release tag, for this example INAV version 6.1.1) +4. `git checkout -b my-branch` (to create own branch) You are ready! You now have a folder called inav in the root of C drive that you can edit in windows