From c37fc1640cf3c9b8ac2ee90cccc8a527ec0e9211 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 30 Sep 2016 12:30:32 +0000 Subject: mark-down fix: use sh as lexer instead of unkown shell -- Change-Id: I12cc96ee23e5a35d197e867813dfcedf3620b536 Reviewed-on: https://bazel-review.googlesource.com/#/c/6339 MOS_MIGRATED_REVID=134773226 --- site/versions/master/docs/windows-chocolatey-maintenance.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'site/versions') diff --git a/site/versions/master/docs/windows-chocolatey-maintenance.md b/site/versions/master/docs/windows-chocolatey-maintenance.md index 3344300e89..da3db6979f 100644 --- a/site/versions/master/docs/windows-chocolatey-maintenance.md +++ b/site/versions/master/docs/windows-chocolatey-maintenance.md @@ -8,7 +8,7 @@ Installing Bazel on Windows You can install the unofficial package using the [chocolatey](https://chocolatey.org) package manager: -```shell +```sh choco install bazel ``` @@ -50,14 +50,14 @@ Should result in `scripts/packages/chocolatey/bazel..nupkg` being creat The `test.ps1` should install the package cleanly (and error if it did not install cleanly), then tell you what to do next. In a new (msys2) shell - ```shell + ```sh bazel version ``` should result in that version, with executable from PATH. 0. Test the uninstall - ```shell + ```sh choco uninstall bazel # should remove bazel from the system - c:/tools/bazel should be deleted ``` @@ -66,7 +66,7 @@ Chocolatey's moderation process automates checks here. ### Publish -```shell +```sh choco push bazel.x.y.z.nupkg --source https://chocolatey.org/ ``` -- cgit v1.2.3