Browse Source
Fixing step alignment (#61)
Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Moxiegirl
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
10 additions and
10 deletions
-
_develop/zero_to_dapp_2.md
|
|
@ -164,15 +164,15 @@ In this section, you copy the code for Animal Kingdom to your workstation. |
|
|
|
|
|
|
|
<img src="images/kingdom-copy.png" alt=""> |
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
<img src="images/kingdom-download.png" alt=""> |
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|