Skip to content

Commit cf14aa5

Browse files
committed
docs(README): remove arch incompatability warning
- update versions to actual used versions
1 parent 63b9026 commit cf14aa5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ And one of those:
8888

8989
#### Known Incompatibilities
9090

91-
- [ArchLinux](https://github.com/nodkz/mongodb-memory-server/issues/302) & [Alpine](https://github.com/nodkz/mongodb-memory-server/issues/347) do not have an official mongodb build
91+
- [Alpine](https://github.com/nodkz/mongodb-memory-server/issues/347) does not have an official mongodb build
9292
- ArchLinux(Docker) does not have an `/etc/os-release` file by default
9393

9494
### mongodb-memory-server
9595

96-
Auto-downloads version ~~`latest`~~`4.0.14` `mongod` binary on npm install to: `node_modules/.cache/mongodb-binaries`.
96+
Auto-downloads version ~~`latest`~~`4.0.20` `mongod` binary on npm install to: `node_modules/.cache/mongodb-binaries`.
9797

9898
```bash
9999
yarn add mongodb-memory-server --dev
@@ -103,7 +103,7 @@ npm install mongodb-memory-server --save-dev
103103

104104
### mongodb-memory-server-global
105105

106-
Auto-downloads version ~~`latest`~~`4.0.14` `mongod` binary on npm install to: `%HOME%/.cache/mongodb-binaries` / `~/.cache/mongodb-binaries`.
106+
Auto-downloads version ~~`latest`~~`4.0.20` `mongod` binary on npm install to: `%HOME%/.cache/mongodb-binaries` / `~/.cache/mongodb-binaries`.
107107

108108
```bash
109109
yarn add mongodb-memory-server-global --dev
@@ -133,7 +133,7 @@ _Note: the package does try to download `mongod` upon server start if it cannot
133133

134134
### Configuring which mongod binary to use
135135

136-
The default behaviour is that version ~~`latest`~~`4.0.14` for your OS will be downloaded. By setting [ENVIRONMENT variables](#options-which-can-be-set-via-environment-variables) you are able to specify which version and binary will be downloaded:
136+
The default behaviour is that version ~~`latest`~~`4.0.20` for your OS will be downloaded. By setting [ENVIRONMENT variables](#options-which-can-be-set-via-environment-variables) you are able to specify which version and binary will be downloaded:
137137

138138
```bash
139139
export MONGOMS_DOWNLOAD_URL=https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-4.2.8.tgz
@@ -187,7 +187,7 @@ const mongod = new MongoMemoryServer({
187187
args?: string[], // by default no additional arguments, any additional command line arguments for `mongod` `mongod` (ex. ['--notablescan'])
188188
},
189189
binary: {
190-
version?: string, // by default '4.0.14'
190+
version?: string, // by default '4.0.20'
191191
downloadDir?: string, // by default node_modules/.cache/mongodb-memory-server/mongodb-binaries
192192
platform?: string, // by default os.platform()
193193
arch?: string, // by default os.arch()

0 commit comments

Comments
 (0)