From 26b03d02bd0a279d7d2c7fdd9e05fe4a3b4259a1 Mon Sep 17 00:00:00 2001 From: Keiichi Watanabe Date: Fri, 22 Oct 2021 00:41:36 +0900 Subject: [PATCH] mdbook: Fix typos in proper names and script paths Apply changes of crrev.com/c/3236708 to mdbook BUG=none TEST=none Change-Id: Ida84a9157197a435156957a7eccce07de16b9cec Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3237466 Auto-Submit: Keiichi Watanabe Commit-Queue: Daniel Verkamp Tested-by: kokoro Reviewed-by: Daniel Verkamp --- docs/book/src/building_crosvm/linux.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/book/src/building_crosvm/linux.md b/docs/book/src/building_crosvm/linux.md index 135a074f62..e86cc57908 100644 --- a/docs/book/src/building_crosvm/linux.md +++ b/docs/book/src/building_crosvm/linux.md @@ -17,11 +17,11 @@ git config --global submodule.recurse true git config push.recurseSubmodules no ``` -Crosvm development best works on debian derivaties. We provide a script to -install the necessary packages on debian: +Crosvm development best works on Debian derivatives. We provide a script to +install the necessary packages on Debian: ``` -$ ./tools/install_deps +$ ./tools/install-deps ``` For other systems, please see below for instructions on @@ -32,7 +32,7 @@ For other systems, please see below for instructions on Crosvm is built and tested on x86, aarch64 and armhf. Your host needs to be set up to allow installation of foreign architecture packages. -On debian this is as easy as: +On Debian this is as easy as: ```sh $ sudo dpkg --add-architecture arm64 @@ -50,13 +50,13 @@ For other systems (**including gLinux**), please see below for instructions on With that enabled, the following scripts will install the needed packages: ```sh -$ ./tools/install_aarch64_deps -$ ./tools/install_armhf_deps +$ ./tools/install-aarch64-deps +$ ./tools/install-armhf-deps ``` ### Using the development container -We provide a debian container with the required packages installed. With +We provide a Debian container with the required packages installed. With [Docker installed](https://docs.docker.com/get-docker/), it can be started with: ```sh