Skip to content

Commit 5946068

Browse files
DOCSP-37455: fix tools install command (#292) (#294)
1 parent 180e38c commit 5946068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/fact-deploy-tutorial-prereqs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Before you begin, complete the following prerequisites:
3737

3838
.. code-block:: sh
3939
40-
brew install mongodb-database-tools
40+
brew tap mongodb/brew && brew install mongodb-database-tools
4141
4242
- Install `Podman <https://podman.io/>`__ version 4.4 and later.
4343

0 commit comments

Comments
 (0)