Introduce a Contributing info file
This commit is contained in:
parent
1ab1c02fd4
commit
c2f3701c8c
2 changed files with 52 additions and 1 deletions
31
README.md
31
README.md
|
@ -1,3 +1,32 @@
|
|||
# BugVault
|
||||
|
||||
Open Source GPL3 bug tracker. This bug tracker prioritizes ease of use.
|
||||
Open Source GPL3 bug tracker. This bug tracker prioritizes ease of use.
|
||||
|
||||
# Compilation
|
||||
|
||||
## Linux
|
||||
|
||||
To build for Linux, you are going to want to run the following command:
|
||||
|
||||
```bash
|
||||
flutter pub get
|
||||
flutter build linux
|
||||
```
|
||||
|
||||
## Android
|
||||
|
||||
To build for Android, run the following command:
|
||||
|
||||
```bash
|
||||
flutter pub get
|
||||
flutter build apk
|
||||
```
|
||||
|
||||
## Windows
|
||||
|
||||
To build for Windows, run the following command:
|
||||
|
||||
```bat
|
||||
flutter pub get
|
||||
flutter build windows
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue