update readme.md

This commit is contained in:
bosh-code
2025-03-24 16:55:49 +13:00
parent 49b3d4822b
commit 99e4a2af50
+8 -8
View File
@@ -10,8 +10,8 @@
</h2> </h2>
<p align=center> <p align=center>
<a href="https://github.com/withastro/astro/releases/tag/astro%404.3.2" alt="Contributors"> <a href="https://github.com/withastro/astro/releases/tag/astro%405.5.4">
<img src="https://img.shields.io/static/v1?label=ASTRO&message=4.3&color=000&logo=astro" /> <img src="https://img.shields.io/static/v1?label=ASTRO&message=5.5&color=000&logo=astro" alt="Astro Version 5.5"/>
</a> </a>
<a href="https://github.com/zeon-studio/astroplate/blob/main/LICENSE"> <a href="https://github.com/zeon-studio/astroplate/blob/main/LICENSE">
@@ -66,27 +66,27 @@
### 📦 Dependencies ### 📦 Dependencies
- astro v5.1+ - astro v5.5+
- node v20.10+ - node v20.10+
- npm v10.2+ - yarn v1.22+
- tailwind v3.4+ - tailwind v4+
### 👉 Install Dependencies ### 👉 Install Dependencies
```bash ```bash
npm install yarn install
``` ```
### 👉 Development Command ### 👉 Development Command
```bash ```bash
npm run dev yarn run dev
``` ```
### 👉 Build Command ### 👉 Build Command
```bash ```bash
npm run build yarn run build
``` ```
### 👉 Build and Run With Docker ### 👉 Build and Run With Docker