1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

Better readme formatting

This commit is contained in:
Daniel Barber 2019-04-15 22:12:43 -04:00
parent 7b7d61ca01
commit 2d794282de
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -4,4 +4,8 @@ Script and Brewfile to setup a Mac for development.
## Instructions ## Instructions
1. Run the setup script with `curl -s https://raw.githubusercontent.com/danbee/mac-setup/master/setup.sh | sh` 1. Run the setup script with:
```sh
curl -s https://raw.githubusercontent.com/danbee/mac-setup/master/setup.sh | sh`
```