diff --git a/website/index.html b/website/index.html index 76255c4..b902bdb 100644 --- a/website/index.html +++ b/website/index.html @@ -40,6 +40,8 @@ .tri { -moz-column-count:3; -webkit-column-count:3; + -moz-column-gap:2em; + -webkit-column-gap:2em; text-align:justify; } img { @@ -85,11 +87,13 @@

Download

Ubuntu

+

If you're on karmic or lucid, type the following commands into your console:

    -
  1. sudo add-apt-repository lp:trimage
  2. +
  3. sudo add-apt-repository ppa:kilian/trimage
  4. +
  5. sudo apt-get update
  6. sudo apt-get install trimage
- +

If you are still on Jaunty, read this guide on installing PPA's.

Other *nix

  1. Download the source via git or bzr (see repositories)