Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Jan 6, 2025
1 parent bd03e69 commit 8f25499
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions motoko/threshold-schnorr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@ Motoko programming language. There is also a
[Rust](https://github.com/dfinity/examples/tree/master/rust/threshold-schnorr)
version available in the same repo and follows the same commands for deploying.

## Prerequisites
## Local development

### Prerequisites
This example requires an installation of:

- [x] Install the [IC SDK](https://internetcomputer.org/docs/current/developer-docs/getting-started/install).
- [x] Clone the example dapp project: `git clone https://github.com/dfinity/examples`

Begin by opening a terminal window.

## Step 1: Setup the project environment
### Step 1: Setup the project environment

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

Expand All @@ -40,7 +42,7 @@ dfx start --background
#### What this does
- `dfx start --background` starts a local instance of the IC via the IC SDK

## Step 2: Deploy the canisters
### Step 2: Deploy the canisters

```bash
make deploy
Expand Down

0 comments on commit 8f25499

Please sign in to comment.