]> git.sur5r.net Git - i3/i3.github.io/commitdiff
_docs/repositories: add second apt-get update after installing the key
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 5 Sep 2011 12:32:14 +0000 (14:32 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 5 Sep 2011 12:32:14 +0000 (14:32 +0200)
_docs/repositories

index 39758e836e71608407d43e5c8d6dca6c59c5da70..ff8a820c145735f3ffa7a00e0d4ba516477e17d1 100644 (file)
@@ -1,7 +1,7 @@
 Debian and Ubuntu repositories
 ==============================
 Michael Stapelberg <michael+i3@stapelberg.de>
-July 2011
+September 2011
 
 == When should you use our repositories?
 
@@ -32,6 +32,7 @@ of i3. To use it, run the following commands:
 # echo 'deb http://debian.sur5r.net/i3/ natty universe' >> /etc/apt/sources.list
 # apt-get update
 # apt-get --allow-unauthenticated install sur5r-keyring
+# apt-get update
 # apt-get install i3
 ---------------------------------------------------------------------------------