{% extends "install/open.html" %} {% block branchingContent %}
You need to navigate to your prototype in the terminal.
cd ~/projects/hs2-new-service
{% endblock %}
{% block branchingLink %}
step 4
{% endblock %}
{% block pagination %}
{{ pagination({
"previousUrl": "/docs/install/mac/download",
"previousPage": "Step 4: Download the kit",
"nextUrl": "/docs/install/mac/setup",
"nextPage": "Step 6: Setup the kit"
}) }}
{% endblock %}