From 7e2c1c06ed0d0aa2b25320e32bad72fc26e716f4 Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Mon, 5 Mar 2018 17:21:10 -0800 Subject: [PATCH] add how to clone comment --- Firmware/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/README.md b/Firmware/README.md index eb6896f4..b1a7e112 100644 --- a/Firmware/README.md +++ b/Firmware/README.md @@ -109,7 +109,7 @@ After installing all of the above, open a Git Bash shell. Continue at section [B ## Building and Flashing the Firmware ### Building the firmware -* Make sure you have cloned the repository. +* Make sure you have cloned the repository. It is recommended that you use [git](https://help.github.com/articles/cloning-a-repository/) for this. * Navigate your terminal (windows: Git Bash/cygwin) to the ODrive/Firmware dir. * Run `make` in the `Firmware` directory.