aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 2842fa8f..16b6fc80 100644
--- a/README.md
+++ b/README.md
@@ -38,8 +38,7 @@ Visual Studio 2022 (17.0.4 or higher, NOT the preview release) with the followin
38##### To build the WiX toolset: 38##### To build the WiX toolset:
39 * Start a VS2022 'Developer Command Prompt' 39 * Start a VS2022 'Developer Command Prompt'
40 * Change directory to the root of the cloned repository 40 * Change directory to the root of the cloned repository
41 * Issue the command 'build clean' (NB - The build is stateful so it is always good practice to do the clean before building) 41 * Issue the command `devbuild` (or `devbuild release` if you want to create a release version)
42 * Issue the command 'build' (or 'build release' if you want to create a release version)
43 42
44 ##### Executing your newly built WiX toolset 43 ##### Executing your newly built WiX toolset
45 * 'build\wix\Debug\publish\wix\wix --help' (Of course changing Debug to Release if you built in Release mode) 44 * 'build\wix\Debug\publish\wix\wix --help' (Of course changing Debug to Release if you built in Release mode)
@@ -53,7 +52,4 @@ Visual Studio 2022 (17.0.4 or higher, NOT the preview release) with the followin
53 * If the develop branch has changed since you created your new branch rebase to the current development branch. 52 * If the develop branch has changed since you created your new branch rebase to the current development branch.
54 * If needed (ie, you squashed or rebased), do a force push of your branch 53 * If needed (ie, you squashed or rebased), do a force push of your branch
55 * Create a PR with your branch against the WiX4 repository. 54 * Create a PR with your branch against the WiX4 repository.
56 55 \ No newline at end of file
57
58
59