From 2d794282de796dc909b777f7963c2e575d71a12c Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Mon, 15 Apr 2019 22:12:43 -0400 Subject: [PATCH] Better readme formatting --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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` + ```