mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 04:26:38 +00:00
book: linkify the rustup.rs URL
BUG=None TEST=mdbook build # test that rustup ref becomes a clickable link Change-Id: Ieea42a363130ca42cea6db9133e2a8de94a1d275 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3691970 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
9315d0a741
commit
3eef0ed379
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ git config submodule.recurse true
|
|||
git config push.recurseSubmodules no
|
||||
```
|
||||
|
||||
Crosvm development best works on Debian derivatives. First install rust via https://rustup.rs/. Then
|
||||
for the rest, we provide a script to install the necessary packages on Debian:
|
||||
Crosvm development best works on Debian derivatives. First install rust via <https://rustup.rs/>.
|
||||
Then for the rest, we provide a script to install the necessary packages on Debian:
|
||||
|
||||
```sh
|
||||
./tools/install-deps
|
||||
|
|
Loading…
Reference in a new issue