1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-16 21:05:32 +03:00

fixed typo

This commit is contained in:
Roman Lut 2022-08-23 00:34:38 +03:00
parent 7737d1dfda
commit 8d0ecae6fc

View file

@ -39,6 +39,6 @@ You'll have to manually execute the same steps that the build script does:
+ Where `<PATH_TO_REPO>` must be replaced with the absolute path of where you cloned this repo (see above), and `<TARGET>` with the name of the target that you want to build.
+ Note that on Windows/WSL 2 mounted /src folder is writeable for root user only. You have to run build under root user. You can achieve this by using `-u root` option in the command line above, or by removing "USER inav" line from the .\DockerFile before building image.
3. If you need to update `Settings.md`, run `docker run --entrypoint /src/cmake/docker-docs.sh --rm -it -u root -v <PATH_TO_REPO>:/src inav-build`
3. If you need to update `Settings.md`, run `docker run --entrypoint /src/cmake/docker_docs.sh --rm -it -u root -v <PATH_TO_REPO>:/src inav-build`
Refer to the [Linux](#Linux) instructions or the [build script](/build.sh) for more details.