From c6b7c94367ee183f89bf4bfb7227a373d31d90f3 Mon Sep 17 00:00:00 2001 From: Jay Martin Date: Thu, 25 Jul 2019 13:21:57 -0700 Subject: [PATCH] docs: add "Install Git" to the "Setting Up" page (#1705) * Add "Install Git" as a prerequisite * Update tutorial-setup.md --- docs/tutorial-setup.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tutorial-setup.md b/docs/tutorial-setup.md index a49ddb983a..13c4a69f42 100644 --- a/docs/tutorial-setup.md +++ b/docs/tutorial-setup.md @@ -7,6 +7,10 @@ This tutorial is geared at first-time users who want detailed instructions on ho Docusaurus campfire +## Install Git + +Git is a version control system for tracking changes in source code during software development and it can help you synchronize and version files between your local system and your online repository. If not already installed, see [Installing Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git). + ## Install Node.js Node.js is an environment that can run JavaScript code outside of a web browser and is used to write and run server-side JavaScript apps.