Skip to content

Commit cd228cd

Browse files
committed
update installation instructions
1 parent 29e636d commit cd228cd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ nue
9696
git clone [email protected]:nuejs/nue.git
9797
cd nue
9898
# Install dependencies
99-
npm install --no-save esbuild lightningcss
99+
npm install
100100
# Optionally install testing dependencies
101101
npm install --no-save --legacy-peer-deps "jest@>=30.0.0-alpha.4" jest-extended
102102
# Link the nuekit package globally

packages/nuejs.org/docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Next, install Nue globally:
1919

2020
```sh
2121
# Install Nue
22-
bun install nuekit --global
22+
bun install --global nuekit
2323
```
2424

2525
Nue uses global installation because it is a command line tool like Git or Docker. Just go to a directory and type `nue` to develop.
@@ -68,7 +68,7 @@ Please post an [issue](//github.com/nuejs/nue/issues).
6868
If you prefer to install Nue with `pnpm`, `npm`, or `yarn`, use:
6969

7070
```sh
71-
pnpm install nuekit --global
71+
pnpm install --global nuekit esbuild lightningcss
7272
```
7373

7474
The default engine is Bun, so the command line interface starts with `#!/usr/bin/env bun`. To override the shebang with Node, run:

packages/nuejs.org/docs/react-button-vs-nue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Total size: 73.2kb (Vite-optimized, Brotli-compressed).
2727
Built with:
2828

2929
```sh
30-
bun install nuekit --global
30+
bun install --global nuekit
3131
nue create simple-mpa
3232
nue build --production
3333
```

0 commit comments

Comments
 (0)