diff --git a/readme.md b/readme.md index 2767bfe..23b8df1 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ This repository was created as a wrapper around my favorite terminal emulator [Cmder](https://github.com/cmderdev/cmder). -The goal is to distribute it to [winget](https://docs.microsoft.com/en-us/windows/package-manager/) and make it available with the new Windows Package Manager. Cmder is a portable application and to create the MSIX package, we needed to create an installer to include the vendor resources. +The goal is to distribute it to [winget](https://docs.microsoft.com/en-us/windows/package-manager/) and make it available with the new Windows Package Manager. Cmder is a portable application, until winget can install .zip files we needed to create an installer to include the vendor resources. ## Instructions @@ -24,7 +24,7 @@ The goal is to distribute it to [winget](https://docs.microsoft.com/en-us/window 1. Launch NSIS. 1. Compile the scripts by navigating to the cloned repo. 1. Create a release in repository. -1. Installer artifacts from script compilation. +1. Add installer artifacts from script compilation to the release. ## Steps to Publish Winget Manifest