File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2021gem install specific_install
2122gem specific_install https://github.com/sciruby-jp/rubydown
2223```
@@ -27,18 +28,5 @@ gem specific_install https://github.com/sciruby-jp/rubydown
2728gem install rumale rdatasets
2829git clone git://github.com/sciruby-jp/rubydown
2930cd 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```
You can’t perform that action at this time.
0 commit comments