mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-16 14:46:49 +02:00
Update _index.en.md
This commit is contained in:
parent
8866d853a5
commit
11ac1ef29b
@ -50,9 +50,9 @@ cd build/web
|
||||
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
|
||||
|
||||
@ -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 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
|
||||
|
||||
# Set flutter environment path
|
||||
@ -159,7 +159,7 @@ docker run -p 5000:5000 rustdesk-web-client
|
||||
|
||||
### 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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user