Skip to content

Commit ee6437d

Browse files
committed
docs: add project description to rust canister_logs README
1 parent b4265b4 commit ee6437d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rust/canister_logs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2121
You 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+
```

0 commit comments

Comments
 (0)