Skip to content

Commit a83f4c7

Browse files
authored
Update README.md
1 parent e347442 commit a83f4c7

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff 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)
2928
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
3341
3442
### 3. Provide the required inputs through the prompt and the repository URL (.git at the end of the URL)
3543

0 commit comments

Comments
 (0)