diff --git a/README.md b/README.md index 5e16c41..9315185 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,16 @@ Or install it yourself as: ## Usage -TODO: Write usage instructions here +``` +require 'rtasklib' + +tw = Rtasklib::TW.new('../path/to/.task') + +# do some stuff with the task database +# available commands are documented in the Controller class + +tw.all +``` ## Development