From 2ba14f77c499ccaebb0ae65c29557ebaa8a3628c Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Thu, 15 Jan 2015 21:51:03 -0500 Subject: [PATCH] Expanded README Added usage and install instructions for release --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index b86e1d0..e32f7c4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,27 @@ # dockprof + Profiles for your OS X Dock + +## Installation + +You can install `dockprof` via Homebrew + +```shell +brew tap joshtronic/formulae +brew install dockprof +``` + +## Usage + +### Reset Dock to Factory Defaults + +`dockprof reset` + +### Save the current Dock + +`dockprof save myDock` + +### Load a saved Dock + +`dockprof load myDock` +