Skip to content

Commit

Permalink
Merge pull request #39812 from p8/guides/consistent-command-versions
Browse files Browse the repository at this point in the history
More consistent usage of version option for commands in guides [skip ci]
  • Loading branch information
eugeneius authored Jul 9, 2020
2 parents 9b6f7d7 + 47a9943 commit c9abc68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit c9abc68

Please sign in to comment.