Skip to content

Commit

Permalink
clarification of from where launch the app
Browse files Browse the repository at this point in the history
  • Loading branch information
santiago-dev96 committed Jan 22, 2020
1 parent 795c480 commit 6f02010
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ rspec

## Launching

Just run `rails server`. Then visit [localhost:3000](http://localhost:3000/).
If for some reason you have a server running in that same port just change
the port with `rails server -p XXXX`, where `XXXX` is any number greater than
1024 (below that we have permission troubles). For example `3001` could work.
Just run `rails server` from the app directory. Then visit
[localhost:3000](http://localhost:3000/). If for some reason you have a server
running in that same port just change the port with `rails server -p XXXX`,
where `XXXX` is any number greater than 1024 (below that we have permission
troubles). For example `3001` could work.

0 comments on commit 6f02010

Please sign in to comment.