From 39de7ed986339f8d2dad80969810206f573a9f6b Mon Sep 17 00:00:00 2001 From: Alexandre Teoi Date: Fri, 21 Apr 2023 11:58:37 -0300 Subject: [PATCH] add winget id --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82e7b50..887f8f1 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,18 @@ This is a CMake-based project to build and package [Lua](https://lua.org/) and repository](https://luabinaries.sourceforge.net/) is not updated very frequently, and the [compilation process](https://www.lua.org/manual/5.4/readme.html) for Windows binaries is not -easy for non-C developers, you can use this project to build an updated version -of Lua. +straightforward for non-C developers, you can use this project to build an +updated version of Lua. -## Prerequisites +The installer is used by the `DEVCOM.Lua` +[winget](https://learn.microsoft.com/windows/package-manager/) package. You can +install it with the following command: + +```powershell +winget install --id DEVCOM.Lua +``` + +## Build prerequisites - C compiler ([Microsoft Visual C++](https://learn.microsoft.com/cpp/overview/visual-cpp-in-visual-studio) or