Skip to content

Commit 3860eb6

Browse files
author
Ken Gorab
authored
Merge pull request #40 from policygenius/kgorab/modify-readme
Modify readme to include cloning the repo
2 parents bc163e9 + 6b2d2f4 commit 3860eb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ It is based on [thoughtbot/laptop](https://github.com/thoughtbot/laptop).
1212
Mac Requirements
1313
------------
1414

15-
* Make sure that you've installed XCode *before* running the laptop script. If you've not installed XCode, you will see the following error message:
15+
* Make sure that you've installed XCode *before* running the laptop script. If you've not installed XCode, you will see the following error message:
1616

1717
> Can't install the software because it is not currently available from the Software Update server.
1818
1919
Base Install
2020
-------
2121

22-
Download, review, then execute the script:
22+
Clone the `laptop` repo, and then execute the script:
2323

2424
```sh
25-
curl --remote-name https://raw.githubusercontent.com/policygenius/laptop/master/mac.sh
26-
less mac.sh
25+
git clone git@github.com:policygenius/laptop.git
26+
cd laptop
2727
sh mac.sh 2>&1 | tee ~/laptop.log
2828
```
2929

0 commit comments

Comments
 (0)