Skip to content

Commit

Permalink
OP-507 - installation.md has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Sep 2, 2024
1 parent 070cd71 commit 0b5372c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----
Expand Down
12 changes: 11 additions & 1 deletion doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
```

0 comments on commit 0b5372c

Please sign in to comment.