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