Skip to content

Commit 8272fd4

Browse files
committed
DOCSP-15505 fix missing code block
1 parent d1c6f99 commit 8272fd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/tutorial/install-mongodb-on-os-x.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ Follow these steps to install MongoDB |edition| Edition using Homebrew's
110110
#. To install MongoDB, run the following command in your macOS Terminal
111111
application:
112112

113-
brew install mongodb-community@{+version+}
113+
.. code-block:: sh
114+
115+
brew install mongodb-community@{+version+}
114116

115117
.. tip::
116118

0 commit comments

Comments
 (0)