Skip to content

Commit

Permalink
docs: no longer coming soon
Browse files Browse the repository at this point in the history
  • Loading branch information
metalboyrick committed Aug 19, 2024
1 parent 077b6b3 commit 8237838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick-start/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ curl --location 'https://starknet-sepolia.public.blastapi.io/rpc/v0_7' \
To get started with Scaffold-Stark 2, you have two options:

1. Follow readme to clone the repository.
2. **[Coming soon]** Use the npx command: ` npx create-stark@latest` to bootstrap the project directly.
2. Use the npx command: ` npx create-stark@latest` to bootstrap the project directly.

### Option 1: Setup using `git clone`

Expand All @@ -150,7 +150,7 @@ cd scaffold-stark-2
yarn install
```

### Option 2: [Coming soon] Setup using `npx create-stark@latest`
### Option 2: Setup using `npx create-stark@latest`

For a simplified setup, Scaffold-Stark 2 offers a beta npx method that guides you interactively through the setup.

Expand Down

0 comments on commit 8237838

Please sign in to comment.