diff options
| author | Cédric Picard <cedric.picard@efrei.net> | 2014-12-03 11:34:19 +0100 | 
|---|---|---|
| committer | Cédric Picard <cedric.picard@efrei.net> | 2014-12-03 11:34:19 +0100 | 
| commit | c701271404cfe234750e5ab73686fad1c5eb275c (patch) | |
| tree | f6fb62e29344e3614c34046956b75cd279806c76 | |
| parent | d7030df632378dd8027d3c15be0a3e676bb99b68 (diff) | |
| download | pasteme-c701271404cfe234750e5ab73686fad1c5eb275c.tar.gz pasteme-c701271404cfe234750e5ab73686fad1c5eb275c.tar.bz2 pasteme-c701271404cfe234750e5ab73686fad1c5eb275c.zip | |
Fixed code:: directives
| -rw-r--r-- | readme.rst | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -28,14 +28,14 @@ Installation  Dependencies: -.. code: shell +.. code:: shell      # under deb based systems (debian/ubuntu for example)      sudo apt-get install python3 python3-pygments  Clone this repository recursively: -.. code: shell +.. code:: shell      git clone --recusive git://git.devys.org/pasteme      cd pasteme | 
