Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions installer/windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Uses the NSIS package to create the installer.

### Building

2 files must be places in the working directory before compiling the installer. These are:
2 files must be placed in the working directory before compiling the installer. These are:

* `microk8s.exe`: This is the file generated by PyInstaller.
* `multipass.exe`: This is the Multipass installer exe, which is run at install time.

Use the following command to compile the installer.

```
makensis microk8s-windows.nsi
makensis microk8s.nsi
```