Skip to content

Commit f01f074

Browse files
authored
DOCSP-37263: add set option for PS users (#182)
* DOCSP-37263: add set option for PS users * edit:
1 parent fca5ea6 commit f01f074

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/quick-start.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ code.
4949

5050
export MONGODB_URI="<your MongoDB URI>"
5151

52+
.. note:: PowerShell Environment Variables
53+
54+
If you are using Microsoft PowerShell, run the following command to
55+
save your connection string in an environment variable:
56+
57+
.. code-block:: bash
58+
59+
set MONGODB_URI="<your MongoDB URI>"
60+
5261
.. important::
5362

5463
Make sure to replace the ``<username>`` and ``<password>`` sections of the connection

0 commit comments

Comments
 (0)