Skip to content

Commit 3118b20

Browse files
authored
add winget id (#10)
1 parent a91804b commit 3118b20

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ This is a CMake-based project to build and package [Lua](https://lua.org/) and
55
repository](https://luabinaries.sourceforge.net/) is not updated very
66
frequently, and the [compilation
77
process](https://www.lua.org/manual/5.4/readme.html) for Windows binaries is not
8-
easy for non-C developers, you can use this project to build an updated version
9-
of Lua.
8+
straightforward for non-C developers, you can use this project to build an
9+
updated version of Lua.
1010

11-
## Prerequisites
11+
The installer is used by the `DEVCOM.Lua`
12+
[winget](https://learn.microsoft.com/windows/package-manager/) package. You can
13+
install it with the following command:
14+
15+
```powershell
16+
winget install --id DEVCOM.Lua
17+
```
18+
19+
## Build prerequisites
1220

1321
- C compiler ([Microsoft Visual
1422
C++](https://learn.microsoft.com/cpp/overview/visual-cpp-in-visual-studio) or

0 commit comments

Comments
 (0)