rmsh/README.md

31 lines
517 B
Markdown
Raw Normal View History

2017-11-05 16:28:51 +00:00
# rmsh
2017-11-05 21:34:58 +00:00
## Remark Shell
2017-11-05 16:34:18 +00:00
2017-11-05 21:34:58 +00:00
Create and work with presentations using remark.js.
2017-11-05 16:34:18 +00:00
2017-11-05 21:34:58 +00:00
## 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`.