-
-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
Matt edited this page Dec 6, 2021
·
2 revisions
Help improve the installation process, usage instructions, or tutorial.
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
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
- Installation
- Parts of an Aspen project
- Parts of an Aspen file
- Adding Data from other sources and in different formats
- Command Line Guide
- Design Philosophy: To come