Skip to content

Commit 807fd19

Browse files
dmoody256MongoDB Bot
authored and
MongoDB Bot
committed
SERVER-105287 fix typo in building docs (#36305)
GitOrigin-RevId: dedc74205d70c65da7b6b04aa365382a146730d5
1 parent 8e4b35d commit 807fd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ and x86-64. More detailed platform instructions can be found below.
3434
python buildscripts/install_bazel.py
3535
export PATH=~/.local/bin:$PATH
3636
bazel build install-dist-test
37-
bazel-bin/install/mongod --version
37+
bazel-bin/install/bin/mongod --version
3838
```
3939

4040
## Bazel

0 commit comments

Comments
 (0)