diff --git a/README.md b/README.md index a315f4c..f05acb8 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,8 @@ Script and Brewfile to setup a Mac for development. ## 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` + ```