comparison xml/en/download.xml @ 336:a84fb64b1b45

missed quotes around link added separate paragraph for key importing created link tag fixed
author Sergey Budnevitch <sb@waeme.net>
date Fri, 20 Jan 2012 11:37:38 +0000
parents bf7e1030b5dd
children abbc95241d91
comparison
equal deleted inserted replaced
335:bf7e1030b5dd 336:a84fb64b1b45
253 Then run the commands: 253 Then run the commands:
254 <programlisting> 254 <programlisting>
255 apt-get update 255 apt-get update
256 apt-get install nginx 256 apt-get install nginx
257 </programlisting> 257 </programlisting>
258 258 </para>
259
260 <para>
259 In order to add repository signature checking and to eliminate gpg warnings during 261 In order to add repository signature checking and to eliminate gpg warnings during
260 the installation on Debian or Ubuntu, it is necessary to import nginx signing key 262 the installation on Debian or Ubuntu, it is necessary to import nginx signing key
261 into apt keyring. Please download <link url=http://nginx.org/keys/nginx_signing.key> 263 into apt keyring. Please download <link url="http://nginx.org/keys/nginx_signing.key">
262 nginx signing key</link> from our web site, and add it to the apt keyring with the 264 nginx signing key</link> from our web site, and add it to the apt keyring with the
263 following command: 265 following command:
264 <programlisting> 266 <programlisting>
265 cat nginx_signing.key | sudo apt-key add - 267 cat nginx_signing.key | sudo apt-key add -
266 </programlisting> 268 </programlisting>