WSDG: Lowercase our Chocolatey package IDs.

Ensure that the `choco install` command examples are all uniformly lower
case. This matches the naming recommendations at

https://docs.chocolatey.org/en-us/create/create-packages#naming-your-package

and the various installation examples at https://chocolatey.org/packages.
This commit is contained in:
Gerald Combs 2021-06-17 01:41:30 -07:00 committed by Wireshark GitLab Utility
parent 0ae9c3e8eb
commit 1a7041c742
1 changed files with 3 additions and 3 deletions

View File

@ -627,7 +627,7 @@ You can also use Chocolatey to install Python:
[source,cmd]
----
PS:\> choco install Python3
PS:\> choco install python3
----
Chocolatey installs Python into _C:\Python37_ by
@ -717,13 +717,13 @@ straightforward.
You may also use Chocolatey to install either package:
----
PS:\> choco install StrawberryPerl
PS:\> choco install strawberryperl
----
or
----
PS:\> choco install ActivePerl
PS:\> choco install activeperl
----
After correct installation, typing at the command