@@ -37,20 +37,25 @@ to check your version of Node and npm, as well as installation
3737instructions, 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