📝 Add LICENSE and README.md
This commit is contained in:
14
README.md
14
README.md
@ -1,3 +1,15 @@
|
||||
# gomix_flutter
|
||||
|
||||
A client application for the go-mix backend written in Flutter.
|
||||
Gomix_flutter is a client application for the [go-mix](https://gitlab.minie4.de/minie4/go-mix) audio mixer written in Flutter. It provides a graphical user interface to control the go-mix backend.
|
||||
|
||||
## 📦 Building
|
||||
|
||||
To buld `gomix_flutter`, make sure you have a working installation of Flutter installed on your machine which is configured to build for the the desired target.
|
||||
|
||||
Then run the following command to build `gomix_flutter` for a specific target:
|
||||
|
||||
```bash
|
||||
$ flutter build [target]
|
||||
```
|
||||
|
||||
For more information about building a flutter application for a specific platform refer to the [Flutter Documentation](https://docs.flutter.dev/deployment).
|
||||
|
Reference in New Issue
Block a user