From 08d386d06c03f45adef6848f94e41bcc8dbf1ee5 Mon Sep 17 00:00:00 2001 From: Ricky Manriquez Date: Wed, 2 Oct 2024 14:02:04 -0600 Subject: [PATCH] add instructions on building from source --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 04c4207..b4332bc 100644 --- a/README.md +++ b/README.md @@ -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