Skip to content

Commit fdac28b

Browse files
committed
fix remote
1 parent 0ae8595 commit fdac28b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

llms.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19739,10 +19739,12 @@ Additionally, you need an account with Westend tokens. Refer to the following re
1973919739

1974019740
## Clone the Repository
1974119741

19742-
To follow this tutorial, you can either run the example directly or use a boilerplate/template. This tutorial uses a template that includes all necessary dependencies for working with the Polkadot API and TypeScript. Clone the appropriate branch ([`empty-cli`](https://github.com/CrackTheCode016/polkadot-api-example-cli/tree/empty-cli){target=\_blank}) of the repository as follows:
19742+
To follow this tutorial, you can either run the example directly or use a boilerplate/template. This tutorial uses a template that includes all necessary dependencies for working with the Polkadot API and TypeScript. Clone the project for further referencesanch ([`empty-cli`](https://github.com/CrackTheCode016/polkadot-api-example-cli/tree/empty-cli){target=\_blank}) of the repository as follows:
1974319743

1974419744
```bash
19745-
git clone https://github.com/CrackTheCode016/polkadot-api-example-cli --branch empty-cli
19745+
git clone https://github.com/polkadot-developers/dapp-examples/tree/v0.0.2
19746+
cd polkadot-api-example-cli
19747+
git checkout empty-cli
1974619748
```
1974719749

1974819750
After cloning, install the required dependencies by running:

tutorials/dapps/papi/remark-tutorial.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ Additionally, you need an account with Westend tokens. Refer to the following re
2727

2828
## Clone the Repository
2929

30-
To follow this tutorial, you can either run the example directly or use a boilerplate/template. This tutorial uses a template that includes all necessary dependencies for working with the Polkadot API and TypeScript. Clone the appropriate branch ([`empty-cli`](https://github.com/CrackTheCode016/polkadot-api-example-cli/tree/empty-cli){target=\_blank}) of the repository as follows:
30+
To follow this tutorial, you can either run the example directly or use a boilerplate/template. This tutorial uses a template that includes all necessary dependencies for working with the Polkadot API and TypeScript. Clone the project for further referencesanch ([`empty-cli`](https://github.com/CrackTheCode016/polkadot-api-example-cli/tree/empty-cli){target=\_blank}) of the repository as follows:
3131

3232
```bash
33-
git clone https://github.com/CrackTheCode016/polkadot-api-example-cli --branch empty-cli
33+
git clone https://github.com/polkadot-developers/dapp-examples/tree/v0.0.2
34+
cd polkadot-api-example-cli
35+
git checkout empty-cli
3436
```
3537

3638
After cloning, install the required dependencies by running:

0 commit comments

Comments
 (0)