From 996b58ca06880713f71106278d1a0cf609fa66ca Mon Sep 17 00:00:00 2001 From: cosmasken Date: Fri, 23 Feb 2024 15:05:59 +0300 Subject: [PATCH] changed from pull dependency to downloaded wasm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 345977f2..31906e56 100644 --- a/README.md +++ b/README.md @@ -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