mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 00:35:34 +03:00
comment on how to clone specific INAV releases added
This commit is contained in:
parent
88717b64b3
commit
45d98371ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue