From 45d98371ab8f08049517c7bfd45be8cf9a8b4fa7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 26 Oct 2023 13:06:02 +0200 Subject: [PATCH] comment on how to clone specific INAV releases added --- .../Building in Windows 10 or 11 with Linux Subsystem.md | 2 +- 1 file changed, 1 insertion(+), 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 a2c5894e72..f47b6db62c 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,7 @@ 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` +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) You are ready! You now have a folder called inav in the root of C drive that you can edit in windows