comparison xml/en/download.xml @ 138:ee7167b7334a

* questionable sentence rephrased. * grammar
author Sergey Budnevitch <sb@waeme.net>
date Mon, 24 Oct 2011 08:54:13 +0000
parents 39ff3788f178
children 2a88f137b1c6
comparison
equal deleted inserted replaced
137:39ff3788f178 138:ee7167b7334a
176 176
177 <item> 177 <item>
178 <link url="http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm">CentOS 6</link> 178 <link url="http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm">CentOS 6</link>
179 </item> 179 </item>
180 </list> 180 </list>
181 install nginx-release package containing a yum config and a nginx signing key. Then run a command: 181 install nginx-release package containing the yum config and the public key necessary to check signed rpms.
182 Then run the command:
182 <programlisting> 183 <programlisting>
183 yum install nginx 184 yum install nginx
184 </programlisting> 185 </programlisting>
185 186
186 As an alternative, a repository config can be added manually. Create a file named nginx.repo in /etc/yum.repos.d and 187 As an alternative, a repository config can be added manually. Create the file named nginx.repo in /etc/yum.repos.d and
187 add configuration, like this: 188 add configuration, like this:
188 189
189 <programlisting> 190 <programlisting>
190 [nginx] 191 [nginx]
191 name=nginx repo 192 name=nginx repo