Skip to content

Commit 5d04579

Browse files
authored
Readme: clarify Mongo install usage
1 parent 97a4868 commit 5d04579

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ Runs [report-card](https://github.com/clever/report-card).
5151
$ ./circleci/report-card [DOCKER_USER] [DOCKER_PASS] [DOCKER_EMAIL] [GITHUB_TOKEN]
5252
```
5353

54-
### Mongo install (version 2.4 only)
54+
### Mongo install
5555

56-
Installs Mongo version 2.4, rather than the default version in CircleCI.
57-
At time of writing, `v3.0.7` was default version in [Ubuntu 14.04 (Trusty) image](https://circleci.com/docs/build-image-trusty/#mongodb).
56+
Installs a specific Mongo version, rather than the default version in CircleCI.
57+
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).
5858

5959
```
60-
$ ./circleci/mongo-install-2.4
60+
$ ./circleci/mongo-install [VERSION]
6161
```

0 commit comments

Comments
 (0)