From 2e88904cc8d524e6406e3a54f6e609ea531db07e Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Sun, 10 Nov 2013 11:43:06 -0500 Subject: [PATCH] Fix code indents --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 475df6e..31a9d79 100644 --- a/README.md +++ b/README.md @@ -5,26 +5,26 @@ to install the command line tools) ``` - git clone --recursive https://github.com/tedkulp/dotfiles.git ~/dotfiles +git clone --recursive https://github.com/tedkulp/dotfiles.git ~/dotfiles ``` * Optionally, run the osx script. This will set a bunch of sensible Mac defaults. ``` - ~/dotfiles/osx +~/dotfiles/osx ``` * Run the brew command. Make a sandwich... get a nice beverage... maybe see if something is on Netflix. This will install a lot of software from source. ``` - ~/dotfiles/brew +~/dotfiles/brew ``` * Now, optionally, run the cask command. This will install some nice Mac software. ``` - ~/dotfiles/cask +~/dotfiles/cask ``` * Setup Dropbox and let it sync. We need the link-private directory for all our ssh and @@ -41,5 +41,5 @@ ln -s ~/Dropbox/link-private ~/dotfiles/ now would be a good time. ``` - ~/dotfiles/dotfiles +~/dotfiles/dotfiles ```