diff --git a/README.md b/README.md index 09cff98..b221fd7 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,15 @@ A curated list of utilities we use on mac. This guide will help you to set up yo ### Development Environment 1. [MAMP](https://www.mamp.info/en/mamp/mac/) 2. [Docker](https://docs.docker.com/desktop/mac/install/) +3. [Valet](https://www.positronx.io/set-up-laravel-valet-on-mac-and-serve-sites-with-laravel-valet/) +4. [Android Studio](https://redirector.gvt1.com/edgedl/android/studio/install/2022.1.1.21/android-studio-2022.1.1.21-mac.dmg) ### Commands 1. XCode command line utilities ```sh xcode-select install ``` -2. Valet +2. Brew cli ```sh - /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ```