mirror of https://github.com/scrapy/scrapy.git
ubuntu repos: added support for oneiric release
This commit is contained in:
parent
f4821a123d
commit
992af8d38f
|
|
@ -22,7 +22,16 @@ with command::
|
|||
|
||||
lsb_release -cs
|
||||
|
||||
Supported Ubuntu releases are: ``karmic``, ``lucid``, ``maverick``, ``natty``.
|
||||
Supported Ubuntu releases are: ``karmic``, ``lucid``, ``maverick``, ``natty``,
|
||||
``oneiric``.
|
||||
|
||||
For Ubuntu Oneiric (11.10)::
|
||||
|
||||
deb http://archive.scrapy.org/ubuntu oneiric main
|
||||
|
||||
For Ubuntu Natty (11.04)::
|
||||
|
||||
deb http://archive.scrapy.org/ubuntu natty main
|
||||
|
||||
For Ubuntu Maverick (10.10)::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue