From 0b5372cf7d24306e21641616e785d2ec0ebca04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kali=C5=84ski?= Date: Mon, 2 Sep 2024 11:39:25 +0200 Subject: [PATCH] OP-507 - installation.md has been updated --- README.md | 3 ++- doc/installation.md | 12 +++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dbbb6d..51126a4 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,8 @@ We work on stable, supported and up-to-date versions of packages. We recommend y ---- -For the full installation guide please go to [Installation guide](doc/installation.md) +### Full installation guide +- [See the full installation guide](doc/installation.md) ## Customization ---- diff --git a/doc/installation.md b/doc/installation.md index 46d75ce..7dce541 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -5,7 +5,10 @@ GENERAL - [Requirements](#requirements) - [Composer](#composer) - [Basic configuration](#basic-configuration) ---- +--- +ADDITIONAL +- [Known Issues](#known-issues) +--- ## Requirements: We work on stable, supported and up-to-date versions of packages. We recommend you to do the same. @@ -33,3 +36,10 @@ return [ BitBag\SyliusPrzelewy24Plugin\BitBagSyliusPrzelewy24Plugin::class => ['all' => true], ]; ``` + +## Known issues +### Translations not displaying correctly +For incorrectly displayed translations, execute the command: +```bash +bin/console cache:clear +```