mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
update website
This commit is contained in:
parent
8dcec263ff
commit
70181f97ef
1 changed files with 6 additions and 2 deletions
|
|
@ -40,6 +40,8 @@
|
||||||
.tri {
|
.tri {
|
||||||
-moz-column-count:3;
|
-moz-column-count:3;
|
||||||
-webkit-column-count:3;
|
-webkit-column-count:3;
|
||||||
|
-moz-column-gap:2em;
|
||||||
|
-webkit-column-gap:2em;
|
||||||
text-align:justify;
|
text-align:justify;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
|
|
@ -85,11 +87,13 @@
|
||||||
<div class="block2">
|
<div class="block2">
|
||||||
<h2>Download</h2>
|
<h2>Download</h2>
|
||||||
<h3><img src="ubuntu.png" alt=""> Ubuntu</h3>
|
<h3><img src="ubuntu.png" alt=""> Ubuntu</h3>
|
||||||
|
<p>If you're on karmic or lucid, type the following commands into your console:</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li><code>sudo add-apt-repository lp:trimage</code></li>
|
<li><code>sudo add-apt-repository ppa:kilian/trimage</code></li>
|
||||||
|
<li><code>sudo apt-get update</code></li>
|
||||||
<li><code>sudo apt-get install trimage</code></li>
|
<li><code>sudo apt-get install trimage</code></li>
|
||||||
</ol>
|
</ol>
|
||||||
|
<p>If you are still on Jaunty, read <a href="https://launchpad.net/+help/soyuz/ppa-sources-list.html">this guide</a> on installing PPA's.</p>
|
||||||
<h3><img src="linux.png" alt=""> Other *nix</h3>
|
<h3><img src="linux.png" alt=""> Other *nix</h3>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Download the source via git or bzr (see repositories)</li>
|
<li>Download the source via git or bzr (see repositories)</li>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue