Update _index.en.md

This commit is contained in:
Mr-Update 2023-06-10 00:03:28 +02:00 committed by GitHub
parent 57436dcfbf
commit 722fced164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,9 +38,11 @@ cd ..
flutter run -d chrome
```
## How to build release on linux
## How to build release on Linux
If you want to host the webclient you should build a release before running it on a webserver.
To do so follow the steps shown above except the 'flutter run -d chrome' command. Continue with the following commands:
To do so follow the steps shown above except the `flutter run -d chrome` command. Continue with the following commands:
```sh
flutter build web --release
cd build/web