$ git clone https://github.com/zhengpd/vl.git ~/.vl
$ echo 'export VL_ROOT="$HOME/.vl"' >> ~/.bashrc # or ~/.zshrc
$ echo 'eval "$($VL_ROOT/bin/vl init -)"' >> ~/.bashrc # or ~/.zshrc
$ vl clone https://github.com/basecamp/sub.git
$ vl open sub
$ vl readme sub
# Or specify the editor to open with (defaults to vim)
$ EDITOR=subl vl open sub
# Use a different libraries root (defaults to ~/.vl-src)
$ VL_SRC_ROOT="~/another-src" vl open sub
MIT. See LICENSE
.