mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
feat(badges): add github badge (#9231)
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
This commit is contained in:
parent
1b4e918981
commit
a7a46b1a5d
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@
|
|||
<br/><br/>
|
||||
</p>
|
||||
|
||||
<div align="center">
|
||||
![Build Status](https://github.com/withastro/astro/actions/workflows/ci.yml/badge.svg)
|
||||
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/withastro/astro/blob/main/LICENSE)
|
||||
[![npm version](https://badge.fury.io/js/astro.svg)](https://badge.fury.io/js/astro)
|
||||
</div>
|
||||
|
||||
## Install
|
||||
|
||||
The **recommended** way to install the latest version of Astro is by running the command below:
|
||||
|
|
Loading…
Reference in a new issue