Skip to content

Commit

Permalink
docs: Remove CLI beta note from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Oct 10, 2023
1 parent 3a9bbe4 commit 1c6ce84
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,13 @@ $ npm init preact-cli <template-name> <project-name>
$ yarn create preact-cli <template-name> <project-name>
```

> **Note**
> You can try out the v4 beta by using either of the following initializers instead (and they should be much faster!):
> ```
> $ npm init preact-cli <template-name> <project-name>
>
> $ yarn create preact-cli <template-name> <project-name>
> ```
Example:

```sh
$ npm init preact-cli default my-project
```

The above command pulls the template from [preactjs-templates/default], prompts for some information, and generates the project at `./my-project/`.
The above command pulls the template from [preactjs-templates/default] and generates the project at `./my-project/`.

### Official Templates

Expand Down

0 comments on commit 1c6ce84

Please sign in to comment.