mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-02-04 20:40:15 +01:00
Update _index.en.md
This commit is contained in:
parent
57436dcfbf
commit
722fced164
@ -38,9 +38,11 @@ cd ..
|
|||||||
flutter run -d chrome
|
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.
|
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
|
```sh
|
||||||
flutter build web --release
|
flutter build web --release
|
||||||
cd build/web
|
cd build/web
|
||||||
|
Loading…
Reference in New Issue
Block a user