aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorbjorn roberg <bjorn.roberg@gmail.com>2020-05-23 14:15:19 +0200
committerbjorn roberg <bjorn.roberg@gmail.com>2020-05-23 14:15:19 +0200
commitf2299eab8faee09822db84c1152d1778cbe54be0 (patch)
tree7725bb15076e265f8181abb761f6cfd07df11217 /README.md
parentadds WiX details to README (diff)
rephrase the info about WiX and .msi
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 88c4f3eb..3ffc0f1b 100644
--- a/README.md
+++ b/README.md
@@ -122,11 +122,12 @@ gmake repl
3. Run `build_win` to compile janet.
4. Run `build_win test` to make sure everything is working.
-To build an `.msi` installer executable, you will have to:
+To build an `.msi` installer executable, in addition to the above steps, you will have to:
5. Install, or otherwise add to your PATH the [WiX 3.11 Toolset](https://github.com/wixtoolset/wix3/releases)
-6. run `build_win dist` then
-7. run `build_win install`
+6. run `build_win dist`
+
+Now you should have an `.msi`. You can run `build_win install` to install the `.msi`, or execute the file itself.
### Meson