Skip to content

Commit c47eb09

Browse files
committed
Update README change to mention npx mongosh.
1 parent ff93c05 commit c47eb09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Once downloaded, you will have to extract the binary and add it to your PATH
2222
variable. For detailed instructions for each of our supported platforms, please visit
2323
[installation documentation](https://www.mongodb.com/docs/mongodb-shell/install#mdb-shell-install).
2424

25-
You can also run `download_latest.sh` to download a `mongosh` binary. You can use
25+
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
2628
this script without cloning the repository thus:
2729
```
2830
curl -fsSL https://raw.githubusercontent.com/mongodb-js/mongosh/refs/heads/main/download_latest.sh | sh

0 commit comments

Comments
 (0)