Update mac.md

Updated formatting for clarity.
This commit is contained in:
Ian Traas 2022-09-05 19:18:56 -05:00 committed by GitHub
parent 7ec7eadb1a
commit a6701ed3c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,8 @@ You'll need to have `homebrew` on your system if you don't already. You can grab
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
## Install Go
## Install Go
```sh
brew install go
```
@ -24,7 +24,6 @@ brew install tilt
```
## Clone Wormhole Repo and Start Tilt
```sh
git clone --branch dev.v2 https://github.com/certusone/wormhole.git
```