From ab2431e1ef62d91230fdef49b2556bbe60c9de56 Mon Sep 17 00:00:00 2001 From: Laszlo Csomor Date: Tue, 29 May 2018 05:15:42 -0700 Subject: docs, website: remove bad `sh` from command The MarkDown engine we use for the Bazel website renders the following MarkDown block: foo: ```sh bar ``` to HTML as: foo: sh bar when in fact it should render it as: foo: bar This resulted in a bad command that the users couldn't run as it was on the website. Change-Id: If127ca83375b4d1f8c6403fdec16bbd79498cb5d Closes #5288. Change-Id: If127ca83375b4d1f8c6403fdec16bbd79498cb5d PiperOrigin-RevId: 198380352 --- site/docs/install-compile-source.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'site') diff --git a/site/docs/install-compile-source.md b/site/docs/install-compile-source.md index b602f11c32..1edfca04cd 100644 --- a/site/docs/install-compile-source.md +++ b/site/docs/install-compile-source.md @@ -38,7 +38,8 @@ Ensure you have installed: * **The required MSYS2 packages.** Run the following command in the MSYS2 shell: - ```sh + + ``` pacman -Syu zip unzip ``` -- cgit v1.2.3