readme update #3

Merged
balazsmanus merged 9 commits from master into dev 2025-02-15 11:29:34 +01:00
Showing only changes of commit 81267d54e3 - Show all commits

View File

@ -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)* *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 ```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 cd naplo
# ha ez nem töltött le refilc plus repoba értelmes dolgokat futtasd a többi parancsot is
rm -rf refilc_plus rm -rf refilc_plus
git clone https://git.qwit.cloud/refilc/student-plus.git refilc_plus git clone https://git.qwit.cloud/refilc/student-plus.git refilc_plus
``` ```
@ -32,7 +33,7 @@ flutter pub get
```sh ```sh
cd refilc cd refilc
flutter run apk --release flutter build apk --release
``` ```
*Ez egy apk fájlt fog építeni* *Ez egy apk fájlt fog építeni*