Skip to content

Commit edfdae4

Browse files
committed
📝 Remove -e option
Now rubydown has default template
1 parent 69347da commit edfdae4

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ https://github.com/pystitch/stitch
1717
## Install
1818

1919
```
20+
apt install gnuplot # When you use numo-gnuplot in your workflow markdown
2021
gem install specific_install
2122
gem specific_install https://github.com/sciruby-jp/rubydown
2223
```
@@ -27,18 +28,5 @@ gem specific_install https://github.com/sciruby-jp/rubydown
2728
gem install rumale rdatasets
2829
git clone git://github.com/sciruby-jp/rubydown
2930
cd rubydown/examples
30-
/usr/local/bundle/bin/rubydown -i rumale.md -e /usr/local/bundle/gems/rubydown-0.1.0/templates/template.html.erb -o rumale-test.html
31-
```
32-
33-
34-
## Quick Start (with Docker)
35-
36-
```
37-
docker run -it -v c:/Users:/data ruby bash
38-
gem install specific_install
39-
gem specific_install https://github.com/sciruby-jp/rubydown.git
40-
apt update
41-
apt install gnuplot
42-
/usr/local/bundle/bin/rubydown -i /usr/local/bundle/gems/rubydown-0.1.0/examples/data_science.md -e /usr/local/bundle/gems/rubydown-0.1.0/templates/template.html.erb -o /data/YOURNAME/data_science.html
43-
cp data_science.md /data/YOURNAME/data_science.md
31+
rubydown -i rumale.md -o rumale.html
4432
```

0 commit comments

Comments
 (0)