diff --git a/README.md b/README.md index bca13c8..8adfdee 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,17 @@ Built for MacOSX, mostly focused on development. Python | Java | Node | Ruby [Blog entry](http://mikelynchgames.com/software-development/setting-up-a-new-mac-for-development/) + +# Basic use + +Step1: Check out the repo in your home dir, that will make a hidden directory called .dotfiles in home. + + cd ~ + clone git@github.com:nycynik/dotFiles.git + +Step2: Runt he setup file and follow the prompts + + . ./setup.sh + + +