Skip to content

Commit 07c520f

Browse files
committed
📝 Update README
1 parent 178322d commit 07c520f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,17 @@ yarn
8282
Depois de executado o comando acima, execute ```cd ..```
8383

8484
---
85+
8586
#####Java
87+
8688
Clone o repositório
8789
```sh
8890
git clone https://github.com/higorpo/fatorial-backend-java backend
8991
```
9092

9193
### Executando o backend
9294
Siga o tutorial do backend que você baixou acima (Node.js ou Java)
95+
9396
#####Node.js
9497
```sh
9598
cd backend
@@ -98,7 +101,9 @@ yarn dev
98101
Depois de executado o comando acima, execute ```cd ..```
99102

100103
---
104+
101105
#####Java
106+
102107
```sh
103108
cd backend
104109
./gradlew bootRun

0 commit comments

Comments
 (0)