From 0f0ec10857f74dc1516a361ae015576421afdaf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 7 Sep 2022 12:18:07 +0200 Subject: [PATCH] fix rst syntax --- docs/source/installation/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/installation/index.rst b/docs/source/installation/index.rst index e3791394d..8d84b795f 100644 --- a/docs/source/installation/index.rst +++ b/docs/source/installation/index.rst @@ -114,7 +114,7 @@ Add a Gitlab token to ensure that you get always the source code: The auth token should appears now in the directory :code:`.composer`: -... code-block: bash +.. code-block: bash $ cat .composer/auth.json { @@ -245,11 +245,11 @@ In order to do that without pain, use those steps: 1. at the app's root, update the `composer.json` to your current branch: .. code-block:: json + { "require": { "chill-bundles": "dev-@dev" } -``` 2. mount into the php container, and run `composer update`