From 80af96b5cdf94fede7c357b592cd27647d68280b Mon Sep 17 00:00:00 2001 From: Jammyjamjamman Date: Thu, 25 Jan 2018 01:30:59 +0000 Subject: [PATCH] Corrected BUILD.md --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index e469b7a49..9055c3f78 100644 --- a/BUILD.md +++ b/BUILD.md @@ -10,8 +10,8 @@ If you would like to contribute to development, you will need to ### Procedure for cloning your forks -1. Create a new directory to clone your **zetaglest-source** and **zetaglest-data** into e.g. call it 'zetaglest'. -2. Enter (or 'cd') into the new directory ('zetaglest' in the example). +1. Create a new directory to clone your **zetaglest-source** and **zetaglest-data** into e.g. call it `zetaglest`. +2. Enter (or 'cd') into the new directory (`zetaglest` in the example). 3. clone **zetaglest-source** and **zetaglest-data** using the clone info provided by your fork. (Use "Clone or Download" link, but **do** select `clone` **not** `Download Zip`.) Make sure the cloned repo directories are in the same directory, adjacent to each other (and **not** in a subdirectory). ### Note