From 6fb2ab504716879a62ce33bfc64455aa8de9f593 Mon Sep 17 00:00:00 2001 From: Krille-chan <24619905+krille-chan@users.noreply.github.com> Date: Tue, 15 Aug 2023 08:46:23 +0200 Subject: [PATCH] Updated How To Build (markdown) --- How-To-Build.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/How-To-Build.md b/How-To-Build.md index 7b12b81..c5f3be6 100644 --- a/How-To-Build.md +++ b/How-To-Build.md @@ -2,7 +2,7 @@ 2. Clone the repo: ``` -git clone --recurse-submodules https://github.com/krille-chan/fluffychat.git +git clone https://github.com/krille-chan/fluffychat.git cd fluffychat ``` @@ -18,11 +18,6 @@ cd fluffychat * Install CMake from the SDK Manager -* Install ninja: -``` -sudo apt install ninja-build -``` - * Build with: `flutter build apk` ### iOS / iPadOS