Skip to content

Commit 85fc938

Browse files
Update README.md
1 parent 3937a3c commit 85fc938

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,17 @@ spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect
3232
## Como Rodar o Projeto
3333
1. Clone o repositório:
3434
```sh
35-
git clone https://github.com/seu-usuario/seu-repositorio.git
35+
git clone https://github.com/VavaHelper/Vava-API.git
3636
```
3737
2. Acesse o diretório do projeto:
3838
```sh
39-
cd seu/repositorio
39+
cd Vava-API
4040
```
41-
3. Compile e execute o projeto:
41+
3. Trocar branch para DSV no projeto:
42+
```sh
43+
git checkout development
44+
```
45+
4. Compile e execute o projeto:
4246
```sh
4347
mvn spring-boot:run
4448
```

0 commit comments

Comments
 (0)