Skip to content

Commit e80b3a3

Browse files
authored
[skip ci] more instructions for install
1 parent 225a83b commit e80b3a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ To host locally
1111
python -m http.server 8000
1212
``` -->
1313

14+
Install instructions on Ubuntu 22.04
1415
```
16+
sudo apt-get install curl
17+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
18+
. "$HOME/.cargo/env"
19+
rustup target add wasm32-unknown-unknown`
1520
cargo build --target wasm32-unknown-unknown --release
1621
cargo install --locked trunk
1722
trunk serve --open

0 commit comments

Comments
 (0)