From 88cd287d371891cfce4d7253901f1e7171cfe739 Mon Sep 17 00:00:00 2001 From: Ekaterina Mekhnetsova Date: Wed, 8 Jun 2022 16:00:21 +0300 Subject: [PATCH] Fix formatting Signed-off-by: Ekaterina Mekhnetsova --- src/guide/build-and-install.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/guide/build-and-install.md b/src/guide/build-and-install.md index 593d90bb7..65269cee7 100644 --- a/src/guide/build-and-install.md +++ b/src/guide/build-and-install.md @@ -31,7 +31,8 @@ The easiest way to get the official `rustup` script is to run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` -Or, alternatively, you can install `rustup` via your operating system’s package manager. +Or, alternatively, you can install `rustup` via your operating system’s +package manager. ::: tip @@ -108,8 +109,8 @@ and that should fix your problems. --- -Another option is that you have the up-to-date `stable` toolchain, but it is -not set as the default. Run: +Another option is that you have the up-to-date `stable` toolchain, but it +is not set as the default. Run: ```bash rustup default stable