Æsh Introduction


The easiest way to get going with Æsh is to read the Getting started guide.

To test out a simple example provided in Æsh, you can run the gradle command: gradle installApp and then run the start scripts located here: build/install/aesh/bin.

If you are using a program that is built on Æsh and want to know more about editing and functionality we recommend reading Editing and Redirection.

Æsh Documentation

This is just the beginning of Æsh documentation so please be patient. If you have ideas for documentation or find certain areas lacking, do not hesitate to contact us and help out.

The documentation is written in Textile, which is a lightweight markup language.
Follow these steps to conribute documentation:
  1. Clone http://github.com/aeshell/aesh.github.com on GitHub.
  2. Add a new .textile file in one of the sub directories of the docs directory.
  3. Push the empty Textile file to your GitHub repository.
  4. Use the GitHub Textile editor to write your docs and preview changes. Of course you can use your own editor if you prefer so.
The Textile Wikipedia page gives a good introduction about the markup language.
back to top