Skip to content

Commit

Permalink
changed from pull dependency to downloaded wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmasken committed Feb 23, 2024
1 parent 173b8d7 commit 996b58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dfx start --clean --background
Integration with the [Internet Identity](https://internetcomputer.org/internet-identity/) allows store owners to securely setup and manage their store. The Internet Identity canister is already deployed on the IC mainnet. For local development, you need to deploy it to your local instance of the IC.

```bash
dfx deps pull && dfx deps init internet-identity --argument '(null)' && dfx deps deploy
dfx deploy --network local internet_identity
```

### Step 3: Save current principal as a variable
Expand Down

0 comments on commit 996b58c

Please sign in to comment.