File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The `canister_logs` canister is designed to periodically log messages and simula
77## Prerequisites
88
99- [x] Install the [ IC
10- SDK] ( https://internetcomputer.org/docs/current/developer-docs/getting-started/install ) . For local testing, ` dfx >= 0.22.0 ` is required.
10+ SDK] ( https://internetcomputer.org/docs/current/developer-docs/getting-started/install ) . For local testing, ` dfx >= 0.22.0 ` is required.
1111- [x] Clone the example dapp project: ` git clone https://github.com/dfinity/examples `
1212
1313## Step 1: Setup project environment
@@ -19,6 +19,7 @@ dfx start --clean
1919```
2020
2121You will need to have 3 terminal windows:
22+
2223- Terminal A: Running a ` dfx ` instance and separating its output from anything else.
2324- Terminal B: Deploying a canister and seeing its output.
2425- Terminal C: Reading logs interactively.
@@ -139,4 +140,4 @@ Observe recorded logs that might look similar to this:
139140[37. 2024-05-23T08:33:36.712223153Z]: [TRAP]: timer trap
140141...
141142
142- ```
143+ ```
You can’t perform that action at this time.
0 commit comments