1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #39812 from p8/guides/consistent-command-versions

More consistent usage of version option for commands in guides [skip ci]
This commit is contained in:
Eugene Kenny 2020-07-09 14:07:43 +01:00 committed by GitHub
commit c9abc6801e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ dollar sign `$` should be run in the command line. Verify that you have a
current version of Ruby installed:
```bash
$ ruby -v
$ ruby --version
ruby 2.5.0
```
@ -139,7 +139,7 @@ instructions at the [Yarn website](https://classic.yarnpkg.com/en/docs/install).
Running this command should print out Yarn version:
```bash
$ yarn -v
$ yarn --version
```
If it says something like "1.22.0", Yarn has been installed correctly.