diff --git a/docs/source/installation/index.rst b/docs/source/installation/index.rst index 208117e3e..fbaa5d270 100644 --- a/docs/source/installation/index.rst +++ b/docs/source/installation/index.rst @@ -116,9 +116,9 @@ you can either: - set up the jwt authentication bundle -Some environment variables are available for the JWT authentication bundle in the `.env` file. You must also run the command -`symfony console lexik:jwt:generate-keypair` to generate some keys that will be stored in the paths set up in the `JWT_SECRET_KEY` -and the `JWT_PUBLIC_KEY` env variables. This is only required for using the stored documents in Chill. +Some environment variables are available for the JWT authentication bundle in the :code:`..env` file. You must also run the command +:code:`.symfony console lexik:jwt:generate-keypair` to generate some keys that will be stored in the paths set up in the :code:`.JWT_SECRET_KEY` +and the :code:`.JWT_PUBLIC_KEY` env variables. This is only required for using the stored documents in Chill. Prepare migrations and other tools **********************************