diff --git a/README.md b/README.md index 6db8e5e..ebb2762 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ [comment]: # Webapp adapted from: https://internetcomputer.org/docs/current/developer-docs/integrations/internet-identity/integrate-identity/ ## Usage +Make sure to install dfx: +```bash +sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)" +``` +Add Rust target and ic-wasm: +``` +rustup target add wasm32-unknown-unknown +cargo install ic-wasm +``` + Building and deploying the canisters: ```