From 00c281efc7cb4c1d31cfd4349baa6dae7f7ab250 Mon Sep 17 00:00:00 2001 From: JelleBuning <37436672+JelleBuning@users.noreply.github.com> Date: Tue, 28 Mar 2023 10:04:40 +0200 Subject: [PATCH 1/2] Update _index.en.md --- content/dev/build/web/_index.en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/dev/build/web/_index.en.md b/content/dev/build/web/_index.en.md index cbd0f63..a743261 100644 --- a/content/dev/build/web/_index.en.md +++ b/content/dev/build/web/_index.en.md @@ -1,3 +1,5 @@ +# The following instructions do not work + --- title: Web weight: 23 From 457e5a5a93068a44abcd6923a801377b306b108e Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:49:50 +0800 Subject: [PATCH 2/2] Update _index.en.md --- content/dev/build/web/_index.en.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/dev/build/web/_index.en.md b/content/dev/build/web/_index.en.md index a743261..3464b0d 100644 --- a/content/dev/build/web/_index.en.md +++ b/content/dev/build/web/_index.en.md @@ -1,5 +1,3 @@ -# The following instructions do not work - --- title: Web weight: 23 @@ -9,6 +7,7 @@ Run below on Linux or Mac (works on Windows too, however you may need to slightl ```sh git clone https://github.com/rustdesk/rustdesk +git checkout 3e8f7ed36df60045fc98f1cc989151548442a141 cd rustdesk/flutter/web/js # install protoc first http://google.github.io/proto-lens/installing-protoc.html