X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Frepositories.html;h=0acfb258d0a835f9ba40860bac172520c41bd642;hb=1a333bcaec612b0751a50e0036afaff417d455e6;hp=03e49a774315bc544abc4500b9d26a73a33fa58e;hpb=e4d42c0e164733aacc14d41e835fb00107735052;p=i3%2Fi3.github.io diff --git a/docs/repositories.html b/docs/repositories.html index 03e49a7..0acfb25 100644 --- a/docs/repositories.html +++ b/docs/repositories.html @@ -4,13 +4,13 @@ - + i3: Debian and Ubuntu repositories @@ -31,7 +31,7 @@ window.onload = function(){asciidoc.footnotes();}

Debian and Ubuntu repositories

Michael Stapelberg
<michael@i3wm.org>
-June 2013 +July 2013

1. When should you use our repositories?

@@ -94,7 +94,7 @@ release of i3. To use it, run the following commands:

# apt-get install i3

The following Ubuntu versions are currently available: oneiric, precise, quantal, -raring.

+raring, saucy, trusty.

2.2. Development releases

@@ -102,14 +102,14 @@ raring.

minutes after every commit. To use it, run the following commands:

-
# echo 'deb http://build.i3wm.org/ubuntu/quantal quantal main' >> /etc/apt/sources.list
+
# echo 'deb http://build.i3wm.org/ubuntu/raring raring main' >> /etc/apt/sources.list
 # apt-get update
 # apt-get --allow-unauthenticated install i3-autobuild-keyring
 # apt-get update
 # apt-get install i3

Development versions are only available for the latest version of Ubuntu, which -is quantal at the moment.

+is raring at the moment.