From 13f72cf9d33257e5fe8175ca42c02e40dab30f96 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Tue, 22 Oct 2019 11:44:57 -0700 Subject: [PATCH] More explicit in the install language Signed-off-by: Mary Anthony --- _org/wallet-install.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/_org/wallet-install.md b/_org/wallet-install.md index 4d8ee8a2..0ea0f2ed 100644 --- a/_org/wallet-install.md +++ b/_org/wallet-install.md @@ -20,17 +20,18 @@ by Blockstack PBC." %} ## Mac Installation -1. Select the **MacOS Download** button on this page. +1. Go to the wallet download page in your browser. +2. Select the **MacOS Download** button. This button downloads the software to your computer. -2. Open a terminal window. +3. Open a terminal window. To find the terminal software, enter `terminal` into the Spotlight search. ![](images/mac-terminal.png) -3. In the terminal window, enter the command to change directory to the folder where you downloaded the wallet software. +4. In the terminal window, enter the command to change directory to the folder where you downloaded the wallet software. The default location is the **Downloads** folder, type the following into the terminal and press RETURN on your keyboard. @@ -38,7 +39,7 @@ by Blockstack PBC." %} cd ~/Downloads ``` -4. In the terminal window, type the following Command +5. In the terminal window, type the following Command ``` shasum -a 512 Stacks-Wallet-macOS-3.0.0.dmg @@ -46,7 +47,7 @@ by Blockstack PBC." %} ![](images/mac-shasum.png) -5. Verify that the resulting hash (a string of letters and numbers) is the same as the latest hash published on this page. +6. Verify that the resulting hash (a string of letters and numbers) is the same as the latest hash published on this page.