Skip to content

Commit 724ab14

Browse files
Update README.md
1 parent d9e8127 commit 724ab14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

motoko/pub-sub/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ A common problem in both distributed and decentralized systems is keeping separa
1616

1717
### 3. Navigate into the project's directory.
1818

19-
### 4. Run `dfx start --background --clean && dfx deploy` to deploy the project to your local environment.
19+
### 4. Deploy the project to your local environment:
20+
21+
```
22+
dfx start --background --clean && dfx deploy
23+
```
2024

2125
## Security considerations and best practices
2226

0 commit comments

Comments
 (0)