Skip to content

Commit c1a13dc

Browse files
authored
Update README.md
1 parent 8b3688f commit c1a13dc

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,26 @@ Ports used in the project:
2222

2323
To get started, make sure you have [Docker installed](https://docs.docker.com/) on your system and [Docker Compose](https://docs.docker.com/compose/install/), and then clone this repository.
2424

25-
1. Generate your own `.env` to docker compose with the next command:
25+
1. Clone this project:
2626

2727
```sh
28-
cp .env.example .env
28+
git clone https://github.com/supermavster/docker-laravel-8.git
2929
```
3030

31-
2. **Create** or **Put** your laravel project in the folder source; to create follow the next instructions [Here](source/README.md).
32-
3. Build the project whit the next commands:
31+
2. Generate your own `.env` to docker compose with the next command:
32+
33+
```sh
34+
cp .env.example .env
35+
```
36+
37+
3. You need **Create** or **Put** your laravel project in the folder source; to create follow the next instructions [Here](source/README.md).
38+
39+
4. Build the project whit the next commands:
3340

3441
```sh
3542
docker-compose up --build
3643
```
44+
3745
---
3846

3947
## Remember

0 commit comments

Comments
 (0)