File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ curl --location 'https://starknet-sepolia.public.blastapi.io/rpc/v0_7' \
138
138
To get started with Scaffold-Stark 2, you have two options:
139
139
140
140
1 . Follow readme to clone the repository.
141
- 2 . ** [ Coming soon ] ** Use the npx command: ` npx create-stark@latest ` to bootstrap the project directly.
141
+ 2 . Use the npx command: ` npx create-stark@latest ` to bootstrap the project directly.
142
142
143
143
### Option 1: Setup using ` git clone `
144
144
@@ -150,7 +150,7 @@ cd scaffold-stark-2
150
150
yarn install
151
151
```
152
152
153
- ### Option 2: [ Coming soon ] Setup using ` npx create-stark@latest `
153
+ ### Option 2: Setup using ` npx create-stark@latest `
154
154
155
155
For a simplified setup, Scaffold-Stark 2 offers a beta npx method that guides you interactively through the setup.
156
156
You can’t perform that action at this time.
0 commit comments