Skip to content

Commit

Permalink
corrected ports choosing specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
santiago-dev96 committed Jan 22, 2020
1 parent fe3ac8b commit ac29649
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ rspec

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 from 3000 and
3999, it could be for example `3001` (it works this way, not sure about any other
set of numbers for the port).
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 ac29649

Please sign in to comment.