From 8d0ecae6fc9c0d5a1c97fb0c8a24ba00c89bd9f6 Mon Sep 17 00:00:00 2001 From: Roman Lut <11955117+RomanLut@users.noreply.github.com> Date: Tue, 23 Aug 2022 00:34:38 +0300 Subject: [PATCH] fixed typo --- docs/development/Building in Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/Building in Docker.md b/docs/development/Building in Docker.md index e91decbb72..80d661ecf3 100755 --- a/docs/development/Building in Docker.md +++ b/docs/development/Building in Docker.md @@ -39,6 +39,6 @@ You'll have to manually execute the same steps that the build script does: + Where `` must be replaced with the absolute path of where you cloned this repo (see above), and `` 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 :/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 :/src inav-build` Refer to the [Linux](#Linux) instructions or the [build script](/build.sh) for more details.