Skip to content

Commit 4774a5d

Browse files
Chris ChoChris Cho
Chris Cho
authored and
Chris Cho
committed
Specify driver version in quick start (#281)
* Specify driver version in quick start (cherry picked from commit 7fc3cf2)
1 parent 36a125c commit 4774a5d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

source/quick-start.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,25 @@ to check your version of Node and npm, as well as installation
3737
instructions, see `downloading and installing Node.js and npm
3838
<https://docs.npmjs.com/downloading-and-installing-node-js-and-npm>`_.
3939

40+
Select the :guilabel:`Clone the Project` tab if you want to build your
41+
project from a premade dependency file or the :guilabel:`Create the Project`
42+
tab if you want to create the project dependency file yourself.
43+
4044
.. tabs::
4145

4246
.. tab:: Clone the Project
4347
:tabid: clone the project
4448

45-
First, install Git using `Git's Getting Started Guide
49+
First, ensure you have Git installed in your development
50+
environment or otherwise install it using `Git's Getting Started Guide
4651
<https://git-scm.com/book/en/v2/Getting-Started-Installing-Git>`__.
4752

48-
Then, in your shell, clone the `js-starter repository
53+
Then, from your shell, clone the `js-starter repository
4954
<https://github.com/mongodb-university/js-starter>`__:
5055

5156
.. code-block:: bash
5257

53-
git clone https://github.com/mongodb-university/js-starter.git
58+
git clone --branch v{+version+} https://github.com/mongodb-university/js-starter.git
5459

5560
Next, navigate into the repository:
5661

@@ -103,7 +108,7 @@ instructions, see `downloading and installing Node.js and npm
103108

104109
.. code-block:: bash
105110

106-
npm install mongodb
111+
npm install mongodb@{+version+}
107112

108113
This command performs the following actions:
109114

0 commit comments

Comments
 (0)