An open API service indexing awesome lists of open source software.

https://github.com/monarc-project/quick-start

MONARC quick start
https://github.com/monarc-project/quick-start

Last synced: 5 months ago
JSON representation

MONARC quick start

Awesome Lists containing this project

README

          

# MONARC quick start

[MONARC](http://monarc.lu) quick start.

In order to generate the quick start install
[Asciidoctor](http://asciidoctor.org/#installation):

```bash
$ sudo apt-get install asciidoctor
$ sudo gem install --pre asciidoctor-pdf
$ sudo gem install coderay pygments.rb

$ make html
$ make pdf
```