gem 'capsium'
Install
Installing Capsium
Capsium can be installed as a Ruby gem. Follow these steps to get started.
Using Bundler
Add Capsium to your Gemfile:
Run the following command to install it:
$ bundle install
Standalone Installation
Install the Capsium gem directly using:
$ gem install capsium
Verify Installation
To verify the installation, run the following command:
$ capsium --version
You should see the installed version of Capsium.