Skip to content

Commit

Permalink
Readme: clarify Mongo install usage
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanleiby authored Jan 27, 2017
1 parent 97a4868 commit 5d04579
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ Runs [report-card](https://github.com/clever/report-card).
$ ./circleci/report-card [DOCKER_USER] [DOCKER_PASS] [DOCKER_EMAIL] [GITHUB_TOKEN]
```

### Mongo install (version 2.4 only)
### Mongo install

Installs Mongo version 2.4, rather than the default version in CircleCI.
At time of writing, `v3.0.7` was default version in [Ubuntu 14.04 (Trusty) image](https://circleci.com/docs/build-image-trusty/#mongodb).
Installs a specific Mongo version, rather than the default version in CircleCI.
At time of writing, `v3.0.7` was default version in CircleCI's [Ubuntu 14.04 (Trusty) image](https://circleci.com/docs/build-image-trusty/#mongodb).

```
$ ./circleci/mongo-install-2.4
$ ./circleci/mongo-install [VERSION]
```

0 comments on commit 5d04579

Please sign in to comment.