Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrofpk authored Sep 7, 2020
1 parent 48fa67c commit 2098e9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ A maneira mais fácil de executar a solução é executar via docker container.

```
1. git clone https://github.com/leandrofpk/beacon-engine.git
2. cd beacon-engine
2. cd RandBeacon/beacon-engine
3. docker-compose up
4. Apontar o navegador web para http://localhost:8080
```
Expand All @@ -76,14 +76,14 @@ beacon
2. Instalar as libs compartilhadas

```
cd beacon\beacon-libs
cd RandBeacon\beacon\beacon-libs
mvn clean install
```

3. Executar ou compilar os projetos

````
cd /beacon/<projeto>/
cd /RandBeacon/<projeto>/
Executar: mvn spring-boot:run
Compilar: nvn clean package -DskipTests
````
Expand Down

0 comments on commit 2098e9e

Please sign in to comment.