mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
Update README.md (#496)
This commit is contained in:
parent
349b3d4366
commit
4302f542dc
12
README.md
12
README.md
@ -25,17 +25,17 @@ We use the [invoke](https://www.pyinvoke.org) to run some core tasks - you will
|
|||||||
|
|
||||||
Initial project setup (after you have installed all required dev tools) is as follows:
|
Initial project setup (after you have installed all required dev tools) is as follows:
|
||||||
|
|
||||||
Install required flutter packages:
|
|
||||||
```
|
|
||||||
flutter pub get
|
|
||||||
```
|
|
||||||
|
|
||||||
Generate initial translation files:
|
Generate initial translation files:
|
||||||
|
|
||||||
```
|
```
|
||||||
invoke translate
|
invoke translate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Install required flutter packages:
|
||||||
|
```
|
||||||
|
flutter pub get
|
||||||
|
```
|
||||||
|
|
||||||
You should now be ready to debug on a connected or emulated device!
|
You should now be ready to debug on a connected or emulated device!
|
||||||
|
|
||||||
### Building Release Versions
|
### Building Release Versions
|
||||||
@ -52,4 +52,4 @@ Build iOS release:
|
|||||||
|
|
||||||
```
|
```
|
||||||
invoke ios
|
invoke ios
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user