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
- Host: GitHub
- URL: https://github.com/monarc-project/quick-start
- Owner: monarc-project
- Created: 2017-09-05T13:24:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T08:01:39.000Z (over 1 year ago)
- Last Synced: 2025-06-11T09:57:06.457Z (about 1 year ago)
- Language: Makefile
- Size: 3.64 MB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```