From 9bc4f4b7d28c94d328d732f3418cc42d01b76d5b Mon Sep 17 00:00:00 2001 From: Mitch Davis Date: Thu, 14 Nov 2019 20:56:20 +1100 Subject: [PATCH] Use ``` for code --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4057043..335b87f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ To avoid excessive clone times (or timeouts) they are kept in a separate reposit Simply extract them into the locations needed, eg: +``` git clone https://github.com/pypilot git clone https://github.com/pypilot_data cp -rv pypilot_data/* pypilot +```