From ecbb70f6bca386ac5dfd8f7facecf022a7eb4a56 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sun, 20 Mar 2016 08:56:15 -0700 Subject: [PATCH] [ansible] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62bb178..dfa34e6 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,8 @@ figure out how to automate: - Install the command line developer tools: `xcode-select --install`. (It looks like the Homebrew installer [_should_][xcode-select-cli] be able to handle this, but I haven't been able to get it to work headless.) -- Install Xcode: `open 'https://itunes.apple.com/us/app/xcode/id497799835?mt=12'` +- Install [Xcode](https://itunes.apple.com/us/app/xcode/id497799835?mt=12): `open 'https://itunes.apple.com/us/app/xcode/id497799835?mt=12'` - Accept the Xcode license: `sudo xcodebuild -license` -- Accept the sudo disclaimer: `sudo -v` [xcode-select-cli]: https://github.com/Homebrew/install/blob/master/install#L207-L216 @@ -55,6 +54,9 @@ ln -s ~/Dropbox/dotfiles ~/.dotfiles # Add private SSH keys ruby ~/.dotfiles/scripts/setup_ssh_keys.rb + +# Install Reeder 3 +open 'https://itunes.apple.com/us/app/reeder-3/id880001334?ls=1&mt=12' ``` ## Provisioning Locally