File tree 1 file changed +14
-6
lines changed
1 file changed +14
-6
lines changed 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
20
20
21
21
## Steps
22
22
23
- ### 1. Download the Executable for the solution according to your platform
23
+ ### 1. Download the Executable for the solution according to your platform
24
24
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
27
26
28
27
### 2. Extract and copy the executable to your project folder and execute it via terminal (cmd, powershell, and variants)
29
28
Get 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
33
41
34
42
### 3. Provide the required inputs through the prompt and the repository URL (.git at the end of the URL)
35
43
You can’t perform that action at this time.
0 commit comments