From 5166583d2faae6fdf51872a7c5ac15aaa0592140 Mon Sep 17 00:00:00 2001 From: Nicholas Herriot Date: Mon, 24 Jun 2019 18:11:46 +0100 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index 1b34886..3b31418 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -56,7 +56,7 @@ To install these packages, use the following command: > sudo apt-get install build-essential libreadline-dev libffi-dev git pkg-config -Then, clone the repository to your local machine, or if you have created a [virtual environment](https://github.com/micropython/micropython/wiki/Getting-Started##Creating-A-Virtual-Environment) clone into your **project** folder. +Then, clone the repository to your local machine, or if you have created a [virtual environment](https://github.com/micropython/micropython/wiki/Getting-Started#creating-a-virtual-environment) clone into your **project** folder. > git clone --recurse-submodules https://github.com/micropython/micropython.git