From becd04e002736608bc51a121c24508c668fd4a62 Mon Sep 17 00:00:00 2001 From: brogers5 <6869577+brogers5@users.noreply.github.com> Date: Wed, 15 Mar 2023 19:59:05 -0400 Subject: [PATCH] Update boilerplate documentation --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 1c8bba5..c907a7d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -5,7 +5,7 @@ ## Install -[Install Chocolatey](https://chocolatey.org/install), and run the following command to install the latest approved version from the Chocolatey Community Repository: +[Install Chocolatey](https://chocolatey.org/install), and run the following command to install the latest approved stable version from the Chocolatey Community Repository: ```shell choco install xsplit-vcam --source="'https://community.chocolatey.org/api/v2'" @@ -47,4 +47,4 @@ mklink /J xsplit-vcam ..\chocolatey-package-xsplit-vcam Once created, simply run `update.ps1` from within the created directory/junction point. Assuming all goes well, all relevant files should change to reflect the latest version available. This will also build a new package version using the modified files. -Before submitting a pull request, please [test the package](https://docs.chocolatey.org/en-us/community-repository/moderation/package-verifier#steps-for-each-package) with a 64-bit Windows 10+ environment similar to the [Chocolatey Testing Environment](https://github.com/chocolatey-community/chocolatey-test-environment) first. +Before submitting a pull request, please [test the package](https://docs.chocolatey.org/en-us/community-repository/moderation/package-verifier#steps-for-each-package) using the [Chocolatey Testing Environment](https://github.com/chocolatey-community/chocolatey-test-environment) first.