mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 10:35:25 +02:00
TLDR009 Page should contain a newline at end of file, fix.
This commit is contained in:
parent
a9b78925a7
commit
f5cd6460df
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@
|
|||
|
||||
`rails server`
|
||||
|
||||
- Start local server for current project on a specified port:
|
||||
- Start local server for current project on a specified port (while in projects root directory):
|
||||
|
||||
`rails server -p "{{port_number}}"`
|
||||
|
||||
- Open console to interact with applicaiton from command line (while in projects root directory):
|
||||
|
||||
`rails console`
|
||||
`rails console`
|
||||
|
|
Loading…
Add table
Reference in a new issue