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
~/.wltby examplegit clone git://github.com/eunomie/wlt.git ~/.wlt
Run bundler
cd ~/.wlt bundleInstall it.
For bash :
sh echo 'eval "$(~/.wlt/bin/wlt init -)"' >> ~/.bash_profile exec bashFor zsh :
sh echo 'eval "$(~/.wlt/bin/wlt init -)"' >> ~/.zshenv source ~/.zshenv
Here we go! wlt is installed. So easy, isn't it?