Skip to content

Commit b3e41d8

Browse files
authored
Merge pull request #706 from mlmorey/patch-1
Step 1b: Added language to help Mac users
2 parents 269c5a0 + bd8b757 commit b3e41d8

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

docs/docs/walkthrough/phase-4/autotune.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,17 @@ If you are not running autotune as part of a closed loop, you can still run it a
8080

8181
**Step 1b: Prep your Mac**
8282
* MAC USERS: Follow these steps instead of 1a above if you want to run autotune on your Mac. (Mac users can instead do the above instructions if they prefer to create a Linux virtual machine to run it on):
83-
* 1.) Install Homebrew
84-
`/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
85-
* 2.) Install Coreutils
86-
`brew install coreutils`
87-
* 3.) Install Node for (NPM)
88-
`brew install node`
89-
* 4.)Install JQ from Homebrew
90-
`brew install jq`
83+
* To run AutoTune using a Mac you will use the Terminal application. Open the Terminal application on your Mac (it is located in the Utilities application folder on your Mac). For more information about using Terminal see: http://openaps.readthedocs.io/en/latest/docs/introduction/understand-this-guide.html#before-you-get-started
84+
* After you open a Terminal window, copy and paste the command for each of the Mac install command steps below, and then hit the return key after you paste each command, which will execute it. If you are asked for a password, enter the password for your Mac.
85+
* Tip for New Mac Users: If you typically use a Windows machine and you keep trying to do a control-c (copy) and control-v (paste), remember, on a Mac use command-c (copy) and command-v (paste) instead.
86+
* For example, the first step is to install Homebrew on your Mac. To do this you need to copy and paste the following command from step 1.) of the Mac install commands below and then hit the return key: `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
87+
88+
Mac install commands:
89+
90+
* 1.) Install Homebrew: `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
91+
* 2.) Install Coreutils: `brew install coreutils`
92+
* 3.) Install Node for (NPM): `brew install node`
93+
* 4.) Install JQ from Homebrew: `brew install jq`
9194

9295
**Step 2: Install oref0**
9396
* Install the latest version of oref0: `npm list -g oref0 | egrep [email protected].[0-9] || (echo Installing latest oref0 package && sudo npm install -g oref0)`

0 commit comments

Comments
 (0)