Skip to content

Commit 7ac4c4c

Browse files
Update README.md
1 parent d16fc74 commit 7ac4c4c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

motoko/hello_cycles/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ The wallet's `wallet_receive` return type differs from hello_cycle's `wallet_rec
2828

2929
### 3. Navigate into the project's directory.
3030

31-
### 4. Run `dfx start --background --clean && dfx deploy` to deploy the project to your local environment.
31+
### 4. Deploy the project to your local environment:
32+
33+
```
34+
dfx start --background --clean && dfx deploy
35+
```
3236

3337
## Security considerations and best practices
3438

0 commit comments

Comments
 (0)