We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npx mongosh
1 parent ff93c05 commit c47eb09Copy full SHA for c47eb09
README.md
@@ -22,7 +22,9 @@ Once downloaded, you will have to extract the binary and add it to your PATH
22
variable. For detailed instructions for each of our supported platforms, please visit
23
[installation documentation](https://www.mongodb.com/docs/mongodb-shell/install#mdb-shell-install).
24
25
-You can also run `download_latest.sh` to download a `mongosh` binary. You can use
+Alternatively:
26
+- Run `npx mongosh` to run mongosh without a full installation.
27
+- Run `download_latest.sh` to download a `mongosh` binary. You can use
28
this script without cloning the repository thus:
29
```
30
curl -fsSL https://raw.githubusercontent.com/mongodb-js/mongosh/refs/heads/main/download_latest.sh | sh
0 commit comments