From ee5c3209afefb1ff450ae21ae6e9f0c5ebc58958 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Tue, 24 Jun 2014 09:52:51 -0300 Subject: [PATCH] doc: use |version| substitution in ubuntu packages --- docs/topics/ubuntu.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/topics/ubuntu.rst b/docs/topics/ubuntu.rst index 7fb1c8b34..ef701946a 100644 --- a/docs/topics/ubuntu.rst +++ b/docs/topics/ubuntu.rst @@ -21,10 +21,11 @@ To use the packages: echo 'deb http://archive.scrapy.org/ubuntu scrapy main' | sudo tee /etc/apt/sources.list.d/scrapy.list -3. Update package lists and install `scrapy-VERSION`, replace `VERSION` by a - known Scrapy version (i.e.: `scrapy-0.22`:: +3. Update package lists and install the scrapy-|version| package: - sudo apt-get update && sudo apt-get install scrapy-VERSION +.. parsed-literal:: + + sudo apt-get update && sudo apt-get install scrapy-|version| .. note:: Repeat step 3 if you are trying to upgrade Scrapy.