Update _index.en.md

This commit is contained in:
Mr-Update 2023-07-14 14:41:58 +02:00 committed by GitHub
parent 8866d853a5
commit 11ac1ef29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,9 +50,9 @@ cd build/web
python -m http.server 8000 python -m http.server 8000
``` ```
To configure the build on HTTPS we would recommend following the instructions from the following source: https://medium.com/flutter-community/how-to-host-flutter-using-nginx-a71bcb11d96 To configure the build on HTTPS we would recommend following the instructions from the following [source](https://medium.com/flutter-community/how-to-host-flutter-using-nginx-a71bcb11d96).
> Currently, yuv converter and vp9 are the bottleneck > Currently, yuv converter and vp9 are the bottleneck.
## How to build with Docker ## How to build with Docker
@ -91,7 +91,7 @@ RUN apt-get update
RUN apt-get install -y curl git wget unzip libgconf-2-4 gdb libstdc++6 libglu1-mesa fonts-droid-fallback lib32stdc++6 python3 clang cmake ninja-build pkg-config libgtk-3-dev RUN apt-get install -y curl git wget unzip libgconf-2-4 gdb libstdc++6 libglu1-mesa fonts-droid-fallback lib32stdc++6 python3 clang cmake ninja-build pkg-config libgtk-3-dev
RUN apt-get clean RUN apt-get clean
# Download Flutter SDK from Flutter Github repo # Download Flutter SDK from Flutter GitHub repo
RUN git clone https://github.com/flutter/flutter.git /usr/local/flutter RUN git clone https://github.com/flutter/flutter.git /usr/local/flutter
# Set flutter environment path # Set flutter environment path
@ -159,7 +159,7 @@ docker run -p 5000:5000 rustdesk-web-client
### RustDesk Web Client using existing Docker image ### RustDesk Web Client using existing Docker image
If you do not want to build the docker image yourself, you can use the image I built and uploaded to [Docker Hub](https://hub.docker.com/r/keyurbhole/flutter_web_desk) If you do not want to build the docker image yourself, you can use the image I built and uploaded to [Docker Hub](https://hub.docker.com/r/keyurbhole/flutter_web_desk).
- Pull the image: - Pull the image: