From 722fced164a5afb258ff6f46746dee9871fc0469 Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Sat, 10 Jun 2023 00:03:28 +0200 Subject: [PATCH] Update _index.en.md --- content/dev/build/web/_index.en.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/dev/build/web/_index.en.md b/content/dev/build/web/_index.en.md index 3e19118..00d25c6 100644 --- a/content/dev/build/web/_index.en.md +++ b/content/dev/build/web/_index.en.md @@ -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