Skip to content

Commit 83e9bc3

Browse files
Added the use library instruction to the quick start
1 parent 6aef8c8 commit 83e9bc3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/30-quick-start.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,10 @@ To use work through the exercises, we need to install the official MongoDB GUI:
2424

2525
![](/img/open-shell-compass.png)
2626

27+
### 5. Switch to the library database in the shell
28+
29+
Once the shell is loaded, execute: `use library` to ensure you are in the correct database.
30+
31+
![](/img/use-library-compass.png)
32+
2733
That's it for the setup, let's get our hands dirty!

0 commit comments

Comments
 (0)