You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/quick-start-guide.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,10 @@ When on Linux, one of the following are required:
25
25
26
26
There are multiple packages for this project, here are the differences:
27
27
28
-
-`mongodb-memory-server-core` is the main package, which dosnt have any hooks
29
-
-`mongodb-memory-server` adds hooks to install on `yarn install` or `npm install` to install the latest package locally
30
-
-`mongodb-memory-server-global` adds hooks to install on `yarn install` or `npm install` to install the latest package globally (into $HOME)
31
-
-`mongodb-memory-server-global-X.X` adds hooks to install on `yarn install` or `npm install` to install MongoDB with version `X.X` globally (into $HOME)
28
+
-`mongodb-memory-server-core` is the main package, which does not have any hooks on install
29
+
-`mongodb-memory-server` adds hooks to install on `yarn install` or `npm install` to install the *latest package locally*
30
+
-`mongodb-memory-server-global` adds hooks to install on `yarn install` or `npm install` to install the *latest package globally* (into $HOME)
31
+
-`mongodb-memory-server-global-X.X` adds hooks to install on `yarn install` or `npm install` to install *MongoDB with version `X.X` globally* (into $HOME)
0 commit comments