File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ in your Ubuntu servers.
86
86
So, if you plan to deploy Scrapyd on a Ubuntu server, just add the Ubuntu
87
87
repositories as described in :ref: `topics-ubuntu ` and then run::
88
88
89
- aptitude install scrapyd-0.11
89
+ aptitude install scrapyd-0.12
90
90
91
91
This will install Scrapyd in your Ubuntu server creating a ``scrapy `` user
92
92
which Scrapyd will run as. It will also create some directories and files that
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ latest bug fixes.
13
13
14
14
To use the packages, just add the following line to your
15
15
``/etc/apt/sources.list ``, and then run ``aptitude update `` and ``aptitude
16
- install scrapy-0.11 ``::
16
+ install scrapy-0.12 ``::
17
17
18
18
deb http://archive.scrapy.org/ubuntu DISTRO main
19
19
You can’t perform that action at this time.
0 commit comments