mirror of https://github.com/scrapy/scrapy.git
added quantal & raring to support ubuntu releases
This commit is contained in:
parent
bb35ed017c
commit
1411923dd4
|
|
@ -23,7 +23,15 @@ with command::
|
|||
lsb_release -cs
|
||||
|
||||
Supported Ubuntu releases are: ``karmic``, ``lucid``, ``maverick``, ``natty``,
|
||||
``oneiric``, ``precise``.
|
||||
``oneiric``, ``precise``, ``quantal``, ``raring``.
|
||||
|
||||
For Ubuntu Raring (13.04)::
|
||||
|
||||
deb http://archive.scrapy.org/ubuntu raring main
|
||||
|
||||
For Ubuntu Quantal (12.10)::
|
||||
|
||||
deb http://archive.scrapy.org/ubuntu quantal main
|
||||
|
||||
For Ubuntu Precise (12.04)::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue