From 9392f29aff431961159d1749f449436fbe2d611c Mon Sep 17 00:00:00 2001 From: Moxiegirl Date: Tue, 18 Dec 2018 10:46:06 -0500 Subject: [PATCH] Fixing step alignment (#61) Signed-off-by: Mary Anthony --- _develop/zero_to_dapp_2.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_develop/zero_to_dapp_2.md b/_develop/zero_to_dapp_2.md index 3cfd5014..50441a72 100644 --- a/_develop/zero_to_dapp_2.md +++ b/_develop/zero_to_dapp_2.md @@ -152,27 +152,27 @@ In this section, you copy the code for Animal Kingdom to your workstation. 1. In your browser (Chrome, Safari, etc), open the Animal Kingdom code repository. - The AnimalKingdom code is kept in a public GitHub repository. + The AnimalKingdom code is kept in a public GitHub repository. 2. Click the **Clone or download** button. - If you have a GitHub account you can choose to clone the original repository - or fork it and then clone it. These instructions assume you are downloading - the code. + If you have a GitHub account you can choose to clone the original repository + or fork it and then clone it. These instructions assume you are downloading + the code. 3. Choose the **Download ZIP** for Animal Kingdom. - + -3. Check your download directory for the `animal-kingdom-master.zip` file. -4. Copy the download zip file to a directory where you keep code projects. -4. Unzip the file. +4. Check your download directory for the `animal-kingdom-master.zip` file. +5. Copy the download zip file to a directory where you keep code projects. +6. Unzip the file. After unzipping the file you should have the `animal-kingdom-master` directory. -5. In your terminal change directory into the top of the directory by entering: +7. In your terminal change directory into the top of the directory by entering: ```bash $ cd animal-kingdom-master @@ -185,7 +185,7 @@ In this section, you copy the code for Animal Kingdom to your workstation. /Users/manthony/animal-kingdom-master ``` -6. Take a minute review the files and subdirectories in your Animal Kingdom project. +8. Take a minute review the files and subdirectories in your Animal Kingdom project. Use the `ls` command to list directory contents.