We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de02b64 commit 77e22f9Copy full SHA for 77e22f9
motoko/composite_query/README.md
@@ -39,7 +39,11 @@ Each new `Bucket` must be provisioned with enough cycles to pay for its installa
39
40
### 3. Navigate into the project's directory.
41
42
-### 4. Run `dfx start --background --clean && dfx deploy` to deploy the project to your local environment.
+### 4. Deploy the project to your local environment:
43
+
44
+```
45
+dfx start --background --clean && dfx deploy
46
47
48
## Security considerations and best practices
49
0 commit comments