Installation
The main part of Web log today is based on sub so the installation is really easy.
You just need git, ruby 1.9.3 and gem.
Get the sources in
~/.wlt
by examplegit clone git://github.com/eunomie/wlt.git ~/.wlt
Run bundler
cd ~/.wlt bundle
Install it.
For bash :
sh echo 'eval "$(~/.wlt/bin/wlt init -)"' >> ~/.bash_profile exec bash
For zsh :
sh echo 'eval "$(~/.wlt/bin/wlt init -)"' >> ~/.zshenv source ~/.zshenv
Here we go! wlt
is installed. So easy, isn't it?