aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/versions
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2016-09-30 12:30:32 +0000
committerGravatar Yun Peng <pcloudy@google.com>2016-09-30 14:11:47 +0000
commitc37fc1640cf3c9b8ac2ee90cccc8a527ec0e9211 (patch)
tree6ff8dde8bbfbf2ee903febf68e16726880bb1ffd /site/versions
parentfd427a98231c5ab36cba35dee8fc6c4df2fa6e3e (diff)
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
Diffstat (limited to 'site/versions')
-rw-r--r--site/versions/master/docs/windows-chocolatey-maintenance.md8
1 files changed, 4 insertions, 4 deletions
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.<version>.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/
```