Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

How to install

Alex edited this page Jan 25, 2022 · 1 revision

Requirements

Gem should work on any OS that support Ruby language - Linux, Mac, Windows. You just need ruby and git.

Install Ruby and Git (Windows)

The best way to install Ruby on windows is using rubyinstaller.
Install Git by following GitHub guide to install Git on Windows.

Install Ruby and Git (Linux)

I strongly recommend installing Ruby with some version manager like rbenv or rvm.
Here you can find rbenv for details, but installation command is:

sudo apt install rbenv
sudo apt install git

Clone this wiki locally