From ff210b41a694df341027a1492e56ad1bd2d10514 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Mon, 8 Apr 2024 16:32:55 -0700 Subject: [PATCH] chore: minor updates to the README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2c4eac26..5fc33ae1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ ## Shorebird 🐦 -Shorebird Code Push - Flutter over the air updates | Product Hunt +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) Shorebird Code Push - Flutter over the air updates | Product Hunt [![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