You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,22 +24,22 @@ The toolset available here aids in the process to download, build and install Lu
24
24
>
25
25
> Among all the possible versions of Visual Studio, **Visual Studio Community** edition or **Visual Studio Build Tools** are the preferred choices for individuals.
26
26
27
-
1. Visit [https://visualstudio.microsoft.com](https://visualstudio.microsoft.com), download and install the most recent MSVC (Microsoft Visual Studio for C/C++) Build Tools for x86/x64 native desktop development together with the most recent Windows SDK for your operating system:
28
-
***Step 1**: On the latest Visual Studio installer, switch to ```Individual components``` tab;
27
+
1. Visit [https://visualstudio.microsoft.com](https://visualstudio.microsoft.com), download and install the most recent Microsoft Visual Studio C/C++ Build Tools for x86/x64 native desktop development (MSVC), together with the most recent Windows SDK for your operating system:
28
+
***Step 1**: In the startup screen of the latest ```Visual Studio Installer```, switch to ```Individual components``` tab in the top;
29
29
30
-

30
+

31
31
32
32
***Step 2**: Search for ```Windows SDK```;
33
33
***Step 3**: Select the most recent;
34
34
35
-

35
+

36
36
37
-
***Step 4**: Search for ```MSVC Build Tools```;
37
+
***Step 4**: Search for ```latest MSVC Build Tools```;
38
38
***Step 5**: Select the ```latest``` MSVC x86/x64 build tools available;
39
-
***Step 6**: Verify that ```Individual components``` selection in the right panel shows the latest Build Tools and Windows SDK;
39
+
***Step 6**: In the right panel, verify that the ```Individual components``` selection shows the latest Build Tools and Windows SDK;
40
40
***Step 7**: Hit ```Install``` button and await the installation.
41
41
42
-

42
+

43
43
44
44
2. Download and extract the latest ```LuaInstaller.EndUsers-*.zip``` from the [Releases](https://github.com/luau-project/LuaInstaller/releases/latest) page anywhere on your computer;
45
45
@@ -54,7 +54,7 @@ The toolset available here aids in the process to download, build and install Lu
54
54
55
55
2. If everything was configured correctly, you should see each dropdown with at least one choice available:
Copy file name to clipboardExpand all lines: docs/UsageCI.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Usage in CI servers
1
+
# Usage on CI servers
2
2
3
3
## Overview
4
4
5
-
By the use of ```LuaInstaller.Console```, you can setup continuous integration / continuous delivery (CI CD) to buid and test your Lua-related project on Windows against the MSVC toolchain.
5
+
By the use of ```LuaInstaller.Console```, you can setup continuous integration / continuous delivery (CI, CD) to buid and test your Lua-related project on Windows against the MSVC toolchain.
0 commit comments