diff --git a/README.md b/README.md index 9007b22..4785abd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gpx-web-utils -## quickstart +## development ```bash cargo install --locked trunk @@ -8,3 +8,14 @@ cargo install wasm-bindgen-cli rustup target add wasm32-unknown-unknown trunk serve ``` + +## deployment + +```bash +trunk build --release +git switch deploy +rm index-* +cp dist/* . +git commit -am 'foo' +git push deploy +```