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.