From cc61ad8b60041254743fcfea4d649feee2a9ca63 Mon Sep 17 00:00:00 2001 From: targed <69736930+targed@users.noreply.github.com> Date: Sun, 28 May 2023 00:07:45 -0500 Subject: [PATCH 1/2] Update README.md Added the Chocolatey install method to the README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d2b90b1..fb6df50 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ Currently under active development, please be patient. Its development is inspir ### Windows [NoFWL_0.1.0_windows_x86_64.msi](https://github.com/lencx/nofwl/releases/download/v0.1.0/NoFWL_0.1.0_windows_x86_64.msi): Direct download installer +- Use [Chocolatey](https://community.chocolatey.org/packages/nofwl): + ```bash + # install the latest version + choco install nofwl -y + ``` ### macOS From f02ea86675d7df8887e27b4a2cf02e28e01365bd Mon Sep 17 00:00:00 2001 From: targed <69736930+targed@users.noreply.github.com> Date: Sun, 28 May 2023 00:08:28 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb6df50..470505d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Currently under active development, please be patient. Its development is inspir ### Windows -[NoFWL_0.1.0_windows_x86_64.msi](https://github.com/lencx/nofwl/releases/download/v0.1.0/NoFWL_0.1.0_windows_x86_64.msi): Direct download installer +- [NoFWL_0.1.0_windows_x86_64.msi](https://github.com/lencx/nofwl/releases/download/v0.1.0/NoFWL_0.1.0_windows_x86_64.msi): Direct download installer - Use [Chocolatey](https://community.chocolatey.org/packages/nofwl): ```bash # install the latest version