From c2874e889aff432cdcab5c7da13bf491dd6184e4 Mon Sep 17 00:00:00 2001 From: "Peter Torr (MSFT)" Date: Thu, 21 May 2020 15:27:10 -0700 Subject: [PATCH] Update README.md (#522) * Update README.md Added link to the GUI editor * Update README.md Fixed Twitter link to real link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 031ab0339..4889ea9b2 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ The script will prompt you for the URL to the installer, then will prompt you to I recommend running the script in the location where you want to produce the manifest file. For example: `manifests\\\`. After successful completion, it will produce the YAML file. +### Using Windows Package Manager YAML Generator +If you prefer to use a GUI to generate YAML files, you can use the **Windows Package Manager YAML Generator**. It is available as an app [in the Microsoft Store](https://www.microsoft.com/en-us/p/windows-package-manager-yaml-generator/9p3n60fs22k5) and the code is also available [on GitHub](https://github.com/ptorr-msft/WinGetYamlGenerator). ## Test your manifest Now that you have authored your manifest, you should make sure it works as expected.