Mercurial > hg > Members > atton > seminar_slides
view README.md @ 161:fa9c8783024b
Add logs
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 10 Jan 2017 20:04:04 +0900 |
parents | 42bdefb9a878 |
children |
line wrap: on
line source
# setup ruby with rbenv - git clone https://github.com/sstephenson/rbenv.git ~/.rbenv - git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build - echo 'export PATH=$HOME/.rbenv/bin:$PATH' >> ~/.zshrc - echo 'eval "$(rbenv init - zsh)' >> ~/.zshrc - source ~/.zshrc - rbenv install 2.1.0 - rbenv global 2.1.0 # install slideshow and templates - gem install slideshow - slideshow install --all - cd ~/.slideshow/templates - git clone git://github.com/slideshow-s9/slideshow-shower.git