From c779728fdfd58dca8b793ba256669dcda3dad692 Mon Sep 17 00:00:00 2001 From: Krille-chan Date: Mon, 9 Jun 2025 12:29:33 +0200 Subject: [PATCH] Updated How To Build (markdown) --- How-To-Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-To-Build.md b/How-To-Build.md index 0ee805e..41e606c 100644 --- a/How-To-Build.md +++ b/How-To-Build.md @@ -1,4 +1,4 @@ -1. [Install flutter](https://flutter.dev) and [Rust](https://www.rust-lang.org/tools/install) +1. To build FluffyChat you need [Flutter](https://flutter.dev) and [Rust](https://www.rust-lang.org/tools/install) 2. Clone the repo: ```