Skip to content

Commit 86fdba2

Browse files
Update README.md
1 parent 10261f7 commit 86fdba2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rust/threshold-schnorr/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ This example requires an installation of:
2525
- [x] Install the [IC SDK](https://internetcomputer.org/docs/current/developer-docs/getting-started/install).
2626
- [x] Clone the example dapp project: `git clone https://github.com/dfinity/examples`
2727

28+
## Local deployment
29+
2830
Begin by opening a terminal window.
2931

30-
## Step 1: Setup the project environment
32+
### Step 1: Setup the project environment
3133

3234
Navigate into the folder containing the project's files, start a local instance of the Internet Computer and with the commands:
3335

@@ -39,7 +41,7 @@ dfx start --background
3941
#### What this does
4042
- `dfx start --background` starts a local instance of the IC via the IC SDK
4143

42-
## Step 2: Deploy the canisters
44+
### Step 2: Deploy the canisters
4345

4446
```bash
4547
make deploy

0 commit comments

Comments
 (0)