diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.html.erb b/templates/index.html.erb index 713da22..ed077e9 100644 --- a/templates/index.html.erb +++ b/templates/index.html.erb @@ -11,15 +11,15 @@ it for yourself, but it comes at no warranty. <h1>How to use</h1> -<p>In your /etc/apt/source.list: +<p>In your /etc/apt/sources.list: <pre> deb http://debian.<%= domain %>/debian squeeze main deb-src http://debian.<%= domain %>/debian squeeze main </pre> -"squeeze", of course, can be replaced by your distribution. Know that we usually -package straight for lenny or squeeze.</p> +"squeeze", of course, can be replaced by your distribution. +</p> <h2>Adding the archive key to your keyring</h2> |