Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Added an explanation of the CLI usage and another requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
flippingbits committed Dec 11, 2010
1 parent f56a275 commit de56f81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,14 @@ Furthermore, you can check if a single thread is alive:
thread = Titan::Thread.find("my_new_thread")
thread.alive? # returns true or false

You can print the status of all threads managed by Titan on the command line:

titan status

Requirements
======

* Ruby 1.8.7 or higher
* Linux or Mac OS X

Bugs
Expand Down

0 comments on commit de56f81

Please sign in to comment.