File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,16 +20,24 @@ This repository provides a Docker environment generator powered by Docker Compos
2020
2121## Steps
2222
23- ### 1. Download the Executable for the solution according to your platform
23+ ### 1. Download the Executable for the solution according to your platform
2424
25- * Windows [ Download here] ( https://github.com/ejklock/docker-lamp-template-generate/suites/5962362674/artifacts/204842095 )
26- * Linux [ Download here] ( https://github.com/ejklock/docker-lamp-template-generate/suites/5962362674/artifacts/204842094 )
25+ Get the binaries on relases page
2726
2827### 2. Extract and copy the executable to your project folder and execute it via terminal (cmd, powershell, and variants)
2928Get binaries on releases page
30- * Linux
31- * Windows
32- * Mac OS
29+ * ### Linux
30+ ```
31+ sudo chmod 777 docker-dev-lamp-env
32+ ```
33+ ```
34+ ./docker-dev-lamp-env
35+ ```
36+
37+ * ### Windows
38+
39+ ```
40+ docker-dev-lamp-env
3341
3442 ### 3. Provide the required inputs through the prompt and the repository URL (.git at the end of the URL)
3543
You can’t perform that action at this time.
0 commit comments