# Gitstamp Command-Line Interface (CLI) [![Project license](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org) [![Ruby compatibility](https://img.shields.io/badge/ruby-2.4%2B-blue)](https://rubygems.org/gems/gitstamp) [![RubyGems gem](https://img.shields.io/gem/v/gitstamp.svg)](https://rubygems.org/gems/gitstamp) ## Prerequisites - [Ruby](https://www.ruby-lang.org/en/) 2.4+ ## Installation The tool can be installed quickly and easily on any computer that has [Ruby] available: ```bash $ gem install gitstamp ``` In case the command wasn't found after installation, you likely need to configure your `PATH` environment variable to include your [RubyGems] program path. [Ruby]: https://www.ruby-lang.org/en/ [RubyGems]: https://guides.rubygems.org/faqs/ [Unlicense]: https://unlicense.org