Commit 3860eb6 Ken Gorab
authored
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ It is based on [thoughtbot/laptop](https://github.com/thoughtbot/laptop).
12
12
Mac Requirements
13
13
------------
14
14
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:
16
16
17
17
> Can't install the software because it is not currently available from the Software Update server.
18
18
19
19
Base Install
20
20
-------
21
21
22
- Download, review, then execute the script:
22
+ Clone the ` laptop ` repo, and then execute the script:
23
23
24
24
``` 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
27
27
sh mac.sh 2>&1 | tee ~ /laptop.log
28
28
```
29
29
You can’t perform that action at this time.
0 commit comments