Update _index.en.md

This commit is contained in:
Mr-Update 2023-09-13 23:18:46 +02:00 committed by GitHub
parent 9d79ef9dab
commit ca1b6ab50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ To configure the build on HTTPS we would recommend following the instructions fr
## How to build with Docker ## How to build with Docker
Run below on Linux or Mac: Run below on Linux or Mac:
- Begin by installing flutter for [Linux](https://docs.flutter.dev/get-started/install/linux#install-flutter-manually) or [macOS](https://docs.flutter.dev/get-started/install/macos) - Begin by installing flutter for [Linux](https://docs.flutter.dev/get-started/install/linux#install-flutter-manually) or [macOS](https://docs.flutter.dev/get-started/install/macos).
- Setup the flutter app locally: - Setup the flutter app locally:
```sh ```sh
@ -122,7 +122,7 @@ RUN ["chmod", "+x", "/app/server/server.sh"]
ENTRYPOINT [ "/app/server/server.sh"] ENTRYPOINT [ "/app/server/server.sh"]
``` ```
- Create `server` directory under `flutter` - Create `server` directory under `flutter`.
- Create a `server.sh` file with the following content under `flutter/server` directory: - Create a `server.sh` file with the following content under `flutter/server` directory:
```sh ```sh
@ -155,7 +155,7 @@ docker build -t rustdesk-web-client .
docker run -p 5000:5000 rustdesk-web-client docker run -p 5000:5000 rustdesk-web-client
``` ```
- Open your browser and go to `localhost:5000` to see the web app - Open your browser and go to `localhost:5000` to see the web app.
### RustDesk Web Client using existing Docker image ### RustDesk Web Client using existing Docker image
@ -173,4 +173,4 @@ docker pull keyurbhole/flutter_web_desk
docker run -p 5000:5000 keyurbhole/flutter_web_desk docker run -p 5000:5000 keyurbhole/flutter_web_desk
``` ```
- Open your browser and go to `localhost:5000` to see the web app - Open your browser and go to `localhost:5000` to see the web app.