We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37747f5 commit 89c6918Copy full SHA for 89c6918
installer/windows/README.md
@@ -10,13 +10,13 @@ Uses the NSIS package to create the installer.
10
11
### Building
12
13
-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:
14
15
* `microk8s.exe`: This is the file generated by PyInstaller.
16
* `multipass.exe`: This is the Multipass installer exe, which is run at install time.
17
18
Use the following command to compile the installer.
19
20
```
21
-makensis microk8s-windows.nsi
+makensis microk8s.nsi
22
0 commit comments