From f587c8548ff9d581ebf67082359a4e498ed45042 Mon Sep 17 00:00:00 2001 From: Jammyjamjamman Date: Thu, 25 Jan 2018 01:28:22 +0000 Subject: [PATCH] Some more modifications to the clone instructions --- BUILD.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/BUILD.md b/BUILD.md index 0e841e1ae..e469b7a49 100644 --- a/BUILD.md +++ b/BUILD.md @@ -11,9 +11,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. -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`.) +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