From 81267d54e31657c9f1e779d2c1127544e7e6424d Mon Sep 17 00:00:00 2001 From: BalazsManus Date: Fri, 14 Feb 2025 15:53:12 +0100 Subject: [PATCH] Update README.md Signed-off-by: BalazsManus --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6b8c62..7e88a87 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,9 @@ *Az építhéshez szükséged lesz a refilc_plus repora is, amit itt találsz: [student-plus](https://git.qwit.cloud/refilc/student-plus)* ```sh -git clone --branch dev https://git.qwit.cloud/refilc/student-legacy.git +git clone --branch dev https://git.qwit.cloud/refilc/student-legacy.git --recursive cd naplo +# ha ez nem töltött le refilc plus repoba értelmes dolgokat futtasd a többi parancsot is rm -rf refilc_plus git clone https://git.qwit.cloud/refilc/student-plus.git refilc_plus ``` @@ -32,7 +33,7 @@ flutter pub get ```sh cd refilc -flutter run apk --release +flutter build apk --release ``` *Ez egy apk fájlt fog építeni*