mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add backticks to show shell command
[ci skip]
This commit is contained in:
parent
2053229456
commit
fab3a73af4
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
To generate a new app that has Webpack dependencies configured and binstubs for webpack and webpack-watcher:
|
||||
|
||||
rails new myapp --webpack
|
||||
`rails new myapp --webpack`
|
||||
|
||||
To generate a new app that has Webpack + React configured and an example intalled:
|
||||
|
||||
rails new myapp --webpack=react
|
||||
`rails new myapp --webpack=react`
|
||||
|
||||
*DHH*
|
||||
|
||||
|
|
Loading…
Reference in a new issue