diff --git a/readme.md b/readme.md index 8522e73..b012841 100644 --- a/readme.md +++ b/readme.md @@ -179,14 +179,14 @@ docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ * ### How do I run a script after installation? - To run your own script after installation, you can create a file called `install.bat` and place it in a folder together with all other files it needs (programs to install for example). Then bind it in your compose file like this: + To run your own script after installation, you can create a file called `install.bat` and place it in a folder together with other files it needs (programs to install for example). Then bind it in your compose file like this: ```yaml volumes: - /home/user/example:/storage/oem ``` - The example path `/home/user/example` will be copied to `C:\OEM` during installation. + The example path `/home/user/example` will be copied to `C:\OEM` during installation and the containing `install.bat` will be executed. * ### How do I perform a manual installation?