Skip to content

Commit

Permalink
Updated readme with alire instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ-Ianozi committed Aug 26, 2024
1 parent 9bcb0cc commit 27ab8c2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ As name says, it is static site generator written in Ada. It is *headless*
application (no user interface). The program documentation is included in
distribution.

**INFO:** This project is no longer maintained. Feel free to clone it and take
care about it.

## Features

* Support almost infinite amount of custom tags in HTML templates (depends
Expand All @@ -21,9 +18,11 @@ care about it.
## Build from sources

### Using alire
To install it, simply run `alr install yass` and yass will automatically be
added to alire's binary folder (default is `$HOME/.alire/bin`).

If all goes will this will be in the alire index soon. For now, you can build
via `alr update && alr build`
If you'd rather just download and build manually, either run `alr get yass` or
clone this repository and run `alr update && alr build`.

This should automatically pull all of the dependencies in, including libcmark.

Expand Down

0 comments on commit 27ab8c2

Please sign in to comment.