From: Guillaume Pellerin Date: Sat, 10 Aug 2019 00:13:13 +0000 (+0200) Subject: Fix code in news X-Git-Tag: 1.7.4~5^2~11 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bcc1a6838f1ba2ae6e74f92a4a4ae20abe6ded37;p=telemeta.git Fix code in news --- diff --git a/README.rst b/README.rst index 498976f9..3d7ce993 100644 --- a/README.rst +++ b/README.rst @@ -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 +++++++++++++