Version 1.5 is out
Now, there is only one binary to use.
Import note for old users¶
You will need to change the way you lauch lack. In the past, there was a lack-init binary which was eval-ed in your .bashrc, now this binary is replaced with a shell script fragment living in the source of your Lack installation. Its content is simply the code which was the output of lack-init.
To upgrade, simply run lack-init > /path/to/lack/init.sh and replace eval $(lack-init) with source /path/to/lack/init.sh
Moreover, each time you used to to launch lack-init --foobar, you will have to launch lack --foobar.
Compilation¶
There is now an All-In-One version which intend to be self-containded. Right now, it only avoids the dependency on xml-light.
Comments