Skip to content

Commit 515d0bc

Browse files
committed
Improves code snippets
1 parent cce925e commit 515d0bc

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

DOCKER-SAIL.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
# Clone the project
44

5-
`git clone https://github.com/daniel-cintra/modular-demo.git && cd modular-demo`
5+
```bash
6+
git clone https://github.com/daniel-cintra/modular-demo.git && cd modular-demo`
7+
```
68

79
# Create the .env file
810

9-
`mv .env.example .env`
11+
```bash
12+
mv .env.example .env
13+
```
1014

1115
# Install the dependencies
1216

@@ -32,11 +36,15 @@ docker run --rm \
3236

3337
# Start sail
3438

35-
`./vendor/bin/sail up -d`
39+
```bash
40+
./vendor/bin/sail up -d
41+
```
3642

3743
# SSH into the container
3844

39-
`./vendor/bin/sail shell`
45+
```bash
46+
./vendor/bin/sail shell
47+
```
4048

4149
# Follow the install instructions normally
4250

0 commit comments

Comments
 (0)