From 50b750721064585f8b3ad1dfe7e473da63d76e73 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 15 Jul 2023 13:13:34 +0300 Subject: [PATCH] How-To-Build.md: fix repo address --- How-To-Build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-To-Build.md b/How-To-Build.md index 0b7b947..7b12b81 100644 --- a/How-To-Build.md +++ b/How-To-Build.md @@ -2,7 +2,7 @@ 2. Clone the repo: ``` -git clone --recurse-submodules https://gitlab.com/famedly/fluffychat +git clone --recurse-submodules https://github.com/krille-chan/fluffychat.git cd fluffychat ``` @@ -67,4 +67,4 @@ flutter build windows --release flutter build macos --release ``` -For encryption support you have to install [libolm](https://gitlab.matrix.org/matrix-org/olm) on your system. \ No newline at end of file +For encryption support you have to install [libolm](https://gitlab.matrix.org/matrix-org/olm) on your system.