Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sdks/wasm/package-update/README.md')
-rw-r--r--sdks/wasm/package-update/README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/sdks/wasm/package-update/README.md b/sdks/wasm/package-update/README.md
index a1d0c12a268..9da2d33c2c1 100644
--- a/sdks/wasm/package-update/README.md
+++ b/sdks/wasm/package-update/README.md
@@ -8,11 +8,8 @@ Make sure that you have the latest Blazor WebAssembly version:
## To run:
-`.\download-packages.ps1 -runtime <blazor webassembly runtime> -url <url to download .zip of wasm build>`
-
--- or --
-
-`.\download-packages.ps1 -runtime <blazor webassembly runtime> -filepath <filepath to wasm build>`
+`.\download-packages.ps1 -r <blazor webassembly runtime> -u <url to download .zip of wasm build> -asp_working_dir <path to aspnetcore working dir> -mono_working_dir <path to mono working dir>`
+if no url is specified, the script will use a local build from the specified mono working directory.
`download-packages.sh` is the bash equivalent. \ No newline at end of file