From 23ee2b33bd6bd0b44c611a9384b849a05be566cd Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Mon, 5 Jun 2017 08:34:45 -0700 Subject: [PATCH] Minor update to the docs --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ede6b6..4d2b148 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,20 @@ home directory. On a Mac this is generally in `/Users/` or `/home/` on Linux. ## Running dots -There are primary way to interact with dots is via `bundle exec rake dots`. -This will run an interactive cli program. Additional tasks are available in the +The primary way to interact with dots is via `bundle exec rake dots`. +This will run an interactive cli program like so: + +``` +$ bundle exec rake dots +/usr/local/Cellar/ruby/2.4.1_1/bin/ruby bin/dots.rb +It seems you are on macOS 10.12.5 +What would you like to do? (Use arrow keys, press Enter to select) +‣ copy + link + install +``` + +Additional tasks are available in the dots namespace. You can see all the available tasks via `bundle exec rake -T`.