forked from firka/student-legacy
Update README.md
This commit is contained in:
parent
a9360c6dc8
commit
84a3e46ff7
18
README.md
18
README.md
@ -7,9 +7,9 @@
|
||||
|
||||
[](https://github.com/refilc/naplo/releases) [](https://discord.gg/refilc-1111649116020285532)
|
||||
|
||||
## Setup
|
||||
## Környezet felállítása
|
||||
|
||||
### Clone the project
|
||||
### Source code letöltése
|
||||
|
||||
<em>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)</em>
|
||||
|
||||
@ -20,17 +20,23 @@ rm -rf refilc_plus
|
||||
git clone https://git.qwit.cloud/refilc/student-plus.git refilc_plus
|
||||
```
|
||||
|
||||
### Install packages
|
||||
### Csomagok telepítése
|
||||
|
||||
Run `fix-pub.sh`
|
||||
Menj be minden mappába és futtasd a következő parancsokat:
|
||||
```sh
|
||||
flutter clean
|
||||
flutter pub get
|
||||
```
|
||||
|
||||
### Run the app
|
||||
### Alkalmazás építése
|
||||
|
||||
```sh
|
||||
cd refilc
|
||||
flutter run (--release)
|
||||
flutter run apk --release
|
||||
```
|
||||
|
||||
*Ez egy apk fájlt fog építeni*
|
||||
|
||||
### Contribution
|
||||
|
||||
**Nézd meg a [Contribution guide](CONTRIBUTING.md)-ot!**
|
||||
|
Loading…
x
Reference in New Issue
Block a user