We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 942a7b0 + 7869cab commit 9b4d841Copy full SHA for 9b4d841
rust/inter-canister-calls/README.md
@@ -14,7 +14,11 @@ This project contains the code from the [inter-canister call Rust tutorial](http
14
15
### 3. Navigate into the project's directory.
16
17
-### 4. Run `dfx start --background --clean && dfx deploy` to deploy the project to your local environment.
+### 4. Deploy the project to your local environment:
18
+
19
+```
20
+dfx start --background --clean && dfx deploy
21
22
23
## Security considerations and best practices
24
0 commit comments