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