Skip to content

Installation

Matt edited this page Dec 6, 2021 · 2 revisions

Installation

Help improve the installation process, usage instructions, or tutorial.

Prerequisites

The following are needed to install Aspen:

  • Ruby, version 2.6 or newer.
  • Bundler - Run gem install bundler in your terminal window to set up bundler after Ruby is already installed

Installation

Run

$ gem install aspen-cli

This will make the aspen executable available. Make sure it worked by running:

$ aspen --version

You should get a number like "0.X.X".

If you want to contribute, to set up your own fork, first fork the repository, then run git clone https://github.com/YOUR_USERNAME_HERE/aspen.git

Documentation

Quickstart Guide

Clone this wiki locally