Skip to content

Commit 912169a

Browse files
authored
Add clone repo step to docs on building apps
1 parent dd4a986 commit 912169a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/3_guides/2_build_your_first_aligned_application.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ Next, we will see how to execute ZKQuiz to get your own ZKQuiz NFT!
3232

3333
### Usage
3434

35-
#### 1. Create a Keystore
35+
#### 1. Clone the repository
36+
37+
```bash git clone https://github.com/yetanotherco/aligned_layer.git && cd aligned_layer```
38+
39+
#### 2. Create a Keystore
3640

3741
You need a keystore to pay for the proof verification, you can use cast to create a local keystore.
3842
If you already have one, you can skip this step.
@@ -56,7 +60,7 @@ You can do this by using one of the following faucets:
5660
- [Stakely Faucet](https://stakely.io/faucet/ethereum-holesky-testnet-eth)
5761
- [Quicknode Faucet](https://faucet.quicknode.com/ethereum/holesky)
5862

59-
#### 2. Answer Quiz
63+
#### 3. Answer Quiz
6064

6165
To answer quiz questions run:
6266

0 commit comments

Comments
 (0)