]> git.parisson.com Git - telemeta.git/commitdiff
Fix code in news
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sat, 10 Aug 2019 00:13:13 +0000 (02:13 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sat, 10 Aug 2019 00:13:13 +0000 (02:13 +0200)
README.rst

index 498976f97f251264e704616be8ba29a4814c7e90..3d7ce99313362772520a1d215b3fa8c7daf8f504 100644 (file)
@@ -62,15 +62,20 @@ News
 * Better video streaming
 * Better logging
 
-UPGRADING::
+UPGRADING
+---------
+
+.. code:: bash
 
   git pull origin master
   git submodule update --init --remote
   docker-compose run app /srv/app/bin/upgrade_from_1.6_to_1.7.sh
 
-WARNING:
+WARNING
+-------
 
-`scripts/` and `app/scripts/` directories has been renamed `bin/` and `app/bin/` respectively. So please adapt your management and maintenance personal script.
+:code:`scripts/` and :code:`app/scripts/` directories has been renamed :code:`bin/` and :code:`app/bin/` respectively.
+So please adapt your management and maintenance personal script.
 
 1.6.5 > 1.6.7
 +++++++++++++