Skip to content

Commit

Permalink
add instructions on building from source
Browse files Browse the repository at this point in the history
  • Loading branch information
dechimp authored Oct 2, 2024
1 parent 2edfac2 commit 08d386d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ To install:

This will place a ``t`` executable in your path.

***UPDATE***: The current gem release seems to be having issues installing and the gem ownership on RubyGems.org is currently in the process of being transferred. Meanwhile, here is how to build the latest master from source:

$ git clone https://github.com/samg/timetrap
$ cd timetrap
$ gem build timetrap
$ gem install timetrap_X.X.X.gem

If you have errors while parsing the documentation, use `--no-document` option when installing the gem, or other option is to `gem install rdoc` before installing the `timetrap`. This is a known issue from [rdoc](https://github.com/ruby/rdoc/commit/5f9603f35d8e520c761015810c005e4a5beb97c3)

### Basic Usage
Expand Down

0 comments on commit 08d386d

Please sign in to comment.