We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16fc74 commit 7ac4c4cCopy full SHA for 7ac4c4c
motoko/hello_cycles/README.md
@@ -28,7 +28,11 @@ The wallet's `wallet_receive` return type differs from hello_cycle's `wallet_rec
28
29
### 3. Navigate into the project's directory.
30
31
-### 4. Run `dfx start --background --clean && dfx deploy` to deploy the project to your local environment.
+### 4. Deploy the project to your local environment:
32
+
33
+```
34
+dfx start --background --clean && dfx deploy
35
36
37
## Security considerations and best practices
38
0 commit comments