From 70181f97ef4110c6879e6b98834a557ce1f01761 Mon Sep 17 00:00:00 2001 From: Kilian Valkhof Date: Wed, 24 Mar 2010 11:51:02 +0100 Subject: [PATCH] update website --- website/index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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)