diff --git a/source/quick-start.txt b/source/quick-start.txt index a3472b14d..5e3832693 100644 --- a/source/quick-start.txt +++ b/source/quick-start.txt @@ -37,20 +37,25 @@ to check your version of Node and npm, as well as installation instructions, see `downloading and installing Node.js and npm `_. +Select the :guilabel:`Clone the Project` tab if you want to build your +project from a premade dependency file or the :guilabel:`Create the Project` +tab if you want to create the project dependency file yourself. + .. tabs:: .. tab:: Clone the Project :tabid: clone the project - First, install Git using `Git's Getting Started Guide + First, ensure you have Git installed in your development + environment or otherwise install it using `Git's Getting Started Guide `__. - Then, in your shell, clone the `js-starter repository + Then, from your shell, clone the `js-starter repository `__: .. code-block:: bash - git clone https://github.com/mongodb-university/js-starter.git + git clone --branch v{+version+} https://github.com/mongodb-university/js-starter.git Next, navigate into the repository: @@ -103,7 +108,7 @@ instructions, see `downloading and installing Node.js and npm .. code-block:: bash - npm install mongodb + npm install mongodb@{+version+} This command performs the following actions: