We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a35f8 commit 332711fCopy full SHA for 332711f
rust/counter/README.md
@@ -14,7 +14,11 @@ This example demonstrates a counter application.
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