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.
1 parent d9e8127 commit 724ab14Copy full SHA for 724ab14
motoko/pub-sub/README.md
@@ -16,7 +16,11 @@ A common problem in both distributed and decentralized systems is keeping separa
16
17
### 3. Navigate into the project's directory.
18
19
-### 4. Run `dfx start --background --clean && dfx deploy` to deploy the project to your local environment.
+### 4. Deploy the project to your local environment:
20
+
21
+```
22
+dfx start --background --clean && dfx deploy
23
24
25
## Security considerations and best practices
26
0 commit comments