1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Fix deprecated install command for Yarn in docs (#2497)

This commit is contained in:
Kam
2025-10-24 03:39:46 +05:30
committed by GitHub
parent 496704b163
commit 8ce84e0f2f
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -14,7 +14,7 @@
<div class="tab-pane{% if forloop.index == 1 %} show active{% endif %}" id="{{ manager.name }}" role="tabpanel" aria-labelledby="{{ manager.name }}-tab">
```bash
{{ manager.command }} install {{ include.name }}
{{ manager.command }} {{ manager.install }} {{ include.name }}
```
</div>