Skip to content

Commit 31724be

Browse files
committed
Quick README patch.
1 parent 0044efb commit 31724be

3 files changed

Lines changed: 19 additions & 9 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,25 @@ Generate a Google Angular 20+ project with best-practice defaults in less than a
8989
First, install [Node.js][node-js] v20+. Then, run the following command:
9090

9191
```bash
92-
npm create @proangular/pro-ject@latest
92+
npx -y @proangular/pro-ject@latest
9393
```
9494

95-
Follow the prompts to scaffold your new Angular project with best-practice defaults. Once complete, navigate to your new project directory and start the development server:
95+
or
96+
97+
```bash
98+
npm exec -y @proangular/pro-ject@latest
99+
```
100+
101+
> ![Info][img-info] You can replace `@latest` with a specific version number if desired.
102+
103+
Follow the prompts to scaffold your new Angular project with best-practice defaults. Once complete, **navigate to your new project directory** and start the development server:
96104

97105
```bash
98106
npm run start
99107
```
100108

101109
Then open your browser to `http://localhost:4200` to see your new Angular application in action!
102110

103-
> ![Info][img-info] Node 20 or newer. Works on macOS, Linux, and Windows.
104-
105111
<p align="right">[ <a href="#index">Index</a> ]</p>
106112

107113
<!---------------------------------------------------------------------------->

package-lock.json

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proangular/pro-ject",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A lightweight Node CLI that guides `ng new` and scaffolds an Angular 20+ workspace with opinionated structure and best-practice defaults.",
55
"author": "Pro Angular <webmaster@proangular.com>",
66
"private": false,

0 commit comments

Comments
 (0)