From 61b139612dbad559a7e6d3fd46d5caf285158687 Mon Sep 17 00:00:00 2001 From: nuts_rice Date: Mon, 22 Sep 2025 14:38:29 -0600 Subject: [PATCH] docs: edit http install instructions --- examples/basic/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/examples/basic/README.md b/examples/basic/README.md index 927c7f5..546768c 100644 --- a/examples/basic/README.md +++ b/examples/basic/README.md @@ -1,9 +1,19 @@ # Leaflet-rs example ## How to build +``` +# Unix +RUSTC_BOOTSTRAP=1 cargo install --git https://github.com/thecoshman/http +``` + +``` +# Windows +set RUSTC_BOOTSTRAP=1 +cargo install --git https://github.com/thecoshman/http +``` ``` -cargo install wasm-pack https +cargo install wasm-pack # in current directory, so: examples/basic wasm-pack build --target web http