31 lines
517 B
Markdown
31 lines
517 B
Markdown
# rmsh
|
|
|
|
## Remark Shell
|
|
|
|
Create and work with presentations using remark.js.
|
|
|
|
## Prerequisites
|
|
|
|
* https://remarkjs.com/#1
|
|
|
|
```
|
|
cd rmsh/share/js && wget https://remarkjs.com/downloads/remark-latest.min.js
|
|
```
|
|
|
|
* http://sass-lang.com/
|
|
|
|
For Debian-based distributions:
|
|
|
|
```
|
|
sudo apt-get install ruby-sass
|
|
```
|
|
|
|
## Getting started
|
|
|
|
```
|
|
rmsh create <my-presentation> default
|
|
```
|
|
|
|
This creates an empty presentation with the default theme in the current dir.
|
|
After that, edit `presentation.md`.
|