Skip to content

Commit 63afcd6

Browse files
committed
readme
1 parent 1934c40 commit 63afcd6

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

examples/basic_ibe/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,15 @@ npm install
3333
### Deploy the Canisters
3434

3535
Run the local deployment script, which starts the local development environment (`dfx`) if necessary, builds both backend and frontend (asset) canisters, and installs them locally.
36+
37+
If you want to deploy this project with a Motoko backend, then run:
38+
```bash
39+
bash motoko/deploy_locally.sh
40+
```
41+
42+
If you want to deploy this project with a Rust backend, then run:
3643
```bash
37-
bash deploy_locally.sh
44+
bash rust/deploy_locally.sh
3845
```
3946

4047
## Example Components

0 commit comments

Comments
 (0)