Skip to content

Commit af9f446

Browse files
committed
Fix make init statements in README
1 parent bf01eff commit af9f446

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ git clone https://github.com/tigera/docs.git
5252
cd docs
5353

5454
# Native
55-
make init # Enables Corepack and runs yarn install
55+
nvm use && corepack enable
5656
make start # Dev server at http://localhost:3000
5757

5858
# Or with Docker
@@ -65,7 +65,6 @@ make start CONTAINERIZED=true
6565

6666
| Command | Description |
6767
|---|---|
68-
| `make init` | Install dependencies (enables Corepack, runs `yarn install`) |
6968
| `make start` | Dev server at localhost:3000 (released versions only) |
7069
| `make start-next` | Dev server including unreleased "next" docs |
7170
| `make build` | Full production build |
@@ -77,7 +76,7 @@ make start CONTAINERIZED=true
7776

7877
All commands support `CONTAINERIZED=true` for Docker-based builds (e.g., `make build CONTAINERIZED=true`).
7978

80-
> **Note:** When switching between native and containerized builds, the `init` target automatically detects the change and runs `manual-clean` for you.
79+
> **Note:** Dependencies are installed automatically when you run any build or start command. When switching between native and containerized builds, the build system detects the change and runs `manual-clean` for you.
8180
8281
## Project structure
8382

0 commit comments

Comments
 (0)