Update _index.en.md

This commit is contained in:
Mr-Update 2023-07-15 21:51:29 +02:00 committed by GitHub
parent 1e19a444d7
commit 40f5b3f724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ yarn build
cd .. cd ..
# About details of yuv converter, check this https://github.com/rustdesk/rustdesk/issues/364#issuecomment-1023562050 # About details of YUV converter, check this https://github.com/rustdesk/rustdesk/issues/364#issuecomment-1023562050
wget https://github.com/rustdesk/doc.rustdesk.com/releases/download/console/web_deps.tar.gz wget https://github.com/rustdesk/doc.rustdesk.com/releases/download/console/web_deps.tar.gz
# Decompress to the current directory # Decompress to the current directory
tar xzf web_deps.tar.gz tar xzf web_deps.tar.gz
@ -52,7 +52,7 @@ 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
@ -143,13 +143,13 @@ echo 'Server starting on port' $PORT '...'
python3 -m http.server $PORT python3 -m http.server $PORT
``` ```
- Build the docker image: - Build the Docker image:
```sh ```sh
docker build -t rustdesk-web-client . docker build -t rustdesk-web-client .
``` ```
- Run the docker image: - Run the Docker image:
```sh ```sh
docker run -p 5000:5000 rustdesk-web-client docker run -p 5000:5000 rustdesk-web-client
@ -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: