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:
Daniel Verkamp 2022-06-06 15:56:33 -07:00 committed by Chromeos LUCI
parent 9315d0a741
commit 3eef0ed379

View file

@ -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