added package installation section and updated discord invite link
This commit is contained in:
parent
14a2498d82
commit
2ee29fb31b
12
README.md
12
README.md
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#### Nem hivatalos e-napló alkalmazás az eKRÉTA rendszerhez - tanulóktól, tanulóknak.
|
#### Nem hivatalos e-napló alkalmazás az eKRÉTA rendszerhez - tanulóktól, tanulóknak.
|
||||||
|
|
||||||
[](https://github.com/refilc/naplo/releases) [](http://filcnaplo.hu/discord)
|
[](https://github.com/refilc/naplo/releases) [](http://dc.refilc.hu)
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
@ -16,6 +16,16 @@ git clone --recursive https://github.com/refilc/naplo
|
|||||||
cd naplo
|
cd naplo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Install packages
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cd filcnaplo && flutter pub get && cd ..
|
||||||
|
cd filcnaplo_mobile_ui && flutter pub get && cd ..
|
||||||
|
cd filcnaplo_desktop_ui && flutter pub get && cd ..
|
||||||
|
cd filcnaplo_kreta_api && flutter pub get && cd ..
|
||||||
|
cd filcnaplo_premium && flutter pub get && cd ..
|
||||||
|
```
|
||||||
|
|
||||||
### Run the app
|
### Run the app
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user