Skip to content

Commit b62be2a

Browse files
authored
Fix formatting in README
1 parent 1c660a7 commit b62be2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ Para pré-visualizar localmente:
99

1010
1) Instale as dependencias num virtualenv:
1111

12+
```bash
1213
virtualenv venv
1314
source venv/bin/activate
1415
pip install -r requirements.txt
15-
16+
```
1617

1718
2) Rode o servidor local do mkdocs:
1819

20+
```
1921
mkdocs serve
22+
```

0 commit comments

Comments
 (0)