From c209e13d549184551538dae9a2844a8aba541877 Mon Sep 17 00:00:00 2001 From: numberwolf Date: Thu, 3 Nov 2022 12:28:43 +0800 Subject: [PATCH] update --- README_EN.MD | 4 ++++ Remind:first_step:copy_dist_dir_to_example_dist_path | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 Remind:first_step:copy_dist_dir_to_example_dist_path diff --git a/README_EN.MD b/README_EN.MD index 46c6b5d2..27da266e 100644 --- a/README_EN.MD +++ b/README_EN.MD @@ -308,6 +308,10 @@ Simple Demo - First index-debug.html > *

Warning: Put the .wasm file into `webpack`/`browerify`'s dist Directory! If wasm's path is not same with `webpack`/`browerify`'s dist file's path, you can not running with it!!!Or you can include with this github's dist/\*.js and dist/missile\*.wasm

+```bash +bash init.sh +``` + #### 1)Install SDK Package * By github 1.1 h265web.js diff --git a/Remind:first_step:copy_dist_dir_to_example_dist_path b/Remind:first_step:copy_dist_dir_to_example_dist_path new file mode 100644 index 00000000..852d38d4 --- /dev/null +++ b/Remind:first_step:copy_dist_dir_to_example_dist_path @@ -0,0 +1,2 @@ +Mac/Linux can run the `init.sh` +Windows need copy dist/dist-multi-thread's file to example(normal/vue/vite)'s dist path