@joebigelow / wix-1 / commits / aa07c119

Update README.md

Daniel Chalmers committed Sep 25, 2022 at 22:57 UTC aa07c119f05f99d040a8259488d561ebd1d15cae
1 file changed +13 -9
README.md
+13 -9
@@ -16,35 +16,39 @@ Visual Studio 2022 (17.0.4 or higher, NOT the preview release) with the followin
16
17 | Workloads |
18 | :-------- |
19 -|ASP.Net and web development |
20 -|.Net desktop development |
19 +| ASP.NET and web development |
20 +| .NET desktop development |
21 | Desktop development with C++ |
22
23 | Individual components |
24 -| :-------- |
25 -|.Net Framework 4.7.2 SDK |
26 -|.Net Framework 4.7.2 targeting pack |
24 +| :-------------------- |
25 +| .NET Framework 4.7.2 SDK |
26 +| .NET Framework 4.7.2 targeting pack |
27 | MSVC v141 - VS 2017 C++ ARM64 build tools (v14.16) |
28 | MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16) |
29 | MSVC v143 - VS 2022 C++ ARM64 build tools (Latest) |
30 | MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) |
31
32 ##### Getting started:
33 +
34 * Fork the WiX4 repository (https://github.com/wixtoolset/wix4.git)
34 - into a github domain that you control
35 + into a GitHub domain that you control
36 * Clone the WiX4 repository from your fork (git clone https://github.com/yourdomain/wix4.git)
37 into the directory of your choice
38
39 ##### To build the WiX toolset:
40 +
41 * Start a VS2022 'Developer Command Prompt'
42 * Change directory to the root of the cloned repository
43 * Issue the command `devbuild` (or `devbuild release` if you want to create a release version)
44
45 ##### Executing your newly built WiX toolset
44 - * 'build\wix\Debug\publish\wix\wix --help' (Of course changing Debug to Release if you built in Release mode)
46 +
47 + * `build\wix\Debug\publish\wix\wix --help` (Of course changing Debug to Release if you built in Release mode)
48
49 ##### Pull request expectations
47 - * Pick an outstanding Wix4 issue (or create one). Add a comment requesting that you be assigned to the issue. Wait for confirmation.
50 +
51 + * Pick an outstanding WiX4 issue (or create one). Add a comment requesting that you be assigned to the issue. Wait for confirmation.
52 * To create a PR fork a new branch from the develop branch
53 * Make changes to effect whatever changed behaviour is required for the PR
54 * Push the changes to your repository origin as needed
@@ -52,4 +56,4 @@ Visual Studio 2022 (17.0.4 or higher, NOT the preview release) with the followin
56 * If the develop branch has changed since you created your new branch rebase to the current development branch.
57 * If needed (ie, you squashed or rebased), do a force push of your branch
58 * Create a PR with your branch against the WiX4 repository.
55 -
\ No newline at end of file
59 +