Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alfakini authored Oct 28, 2020
1 parent d821994 commit bb60d55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Depois de clonar o repositório, você pode executar o seguinte na pasta de orig
docker-compose up
```

E acesse no ambiente local [http://localhost:4000](http://localhost:4000).

**Instalando as dependências manualmente**

Caso você queira instalar manualmente todas as dependências no seu ambiente, precisará
Expand All @@ -58,7 +60,7 @@ cp config/database.yml.example config/database.yml
bin/rails db:setup
```

E acesse no ambiente local [http://localhost:3000](http://localhost:3000):
E acesse no ambiente local [http://localhost:4000](http://localhost:4000):

```sh
bundle exec rails serve
Expand Down

0 comments on commit bb60d55

Please sign in to comment.