chore: minor updates to the README.md

This commit is contained in:
Eric Seidel
2024-04-08 16:32:55 -07:00
parent 701742af56
commit ff210b41a6
+5 -7
View File
@@ -1,8 +1,9 @@
## Shorebird 🐦
<a href="https://www.producthunt.com/posts/shorebird-code-push?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-shorebird&#0045;code&#0045;push" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=449946&theme=neutral" alt="Shorebird&#0032;Code&#0032;Push - Flutter&#0032;over&#0032;the&#0032;air&#0032;updates | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
Shorebird is now 1.0! 🎉
https://shorebird.dev/blogs/1.0/
[![Discord](https://dcbadge.vercel.app/api/server/shorebird)](https://discord.gg/shorebird)
[![Discord](https://dcbadge.vercel.app/api/server/shorebird)](https://discord.gg/shorebird) <a href="https://www.producthunt.com/posts/shorebird-code-push?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-shorebird&#0045;code&#0045;push" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=449946&theme=neutral" alt="Shorebird&#0032;Code&#0032;Push - Flutter&#0032;over&#0032;the&#0032;air&#0032;updates | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
[![ci](https://github.com/shorebirdtech/shorebird/actions/workflows/main.yaml/badge.svg)](https://github.com/shorebirdtech/shorebird/actions/workflows/main.yaml)
[![e2e](https://github.com/shorebirdtech/shorebird/actions/workflows/e2e.yaml/badge.svg)](https://github.com/shorebirdtech/shorebird/actions/workflows/e2e.yaml)
@@ -10,8 +11,6 @@
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE-MIT)
[![License: Apache](https://img.shields.io/badge/license-Apache-orange.svg)](./LICENSE-APACHE)
Home of the Shorebird Tools
## Getting Started
Visit https://docs.shorebird.dev to get started.
@@ -40,10 +39,9 @@ If you're interested in contributing, please join us on
### Environment setup
Working on Shorebird requires Dart and Rust.
Working on Shorebird requires Dart.
Once both are installed, `./scripts/bootstrap.sh` will run `pub get` all
packages in the repository.
`./scripts/bootstrap.sh` will run `pub get` all packages in the repository.
### Running tests