{% extends "install/terminal.html" %} {% block pageTitle %} Git bash - HS2 prototype kit {% endblock %} {% block branchingHeader %} Terminal (Git Bash) {% endblock %} {% block branchingContent %}
This guide will use Git Bash as a terminal instead of the existing CMD application.
Installing git bash installs two things for you: a terminal (for entering commands), and git (used later to share your work with others).
Install with all default options.
Download Git bash (opens in new window)
Once you have git bash installed, return to this guide.
{% endblock %} {% block pagination %} {{ pagination({ "previousUrl": "/docs/install/windows/requirements", "previousPage": "Requirements", "nextUrl": "/docs/install/windows/node", "nextPage": "Install Node.js" }) }} {% endblock %}