From a0106970e18c2c3c438a7bef7a8da2802c2f21ea Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 24 Oct 2023 11:17:22 +0200 Subject: [PATCH] fix(docs): fix documentation --- docs/README.md | 2 +- docs/src/content/docs/guides/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 018ef37..25d1048 100644 --- a/docs/README.md +++ b/docs/README.md @@ -39,7 +39,7 @@ All commands are run from the root of the project, from a terminal: | Command | Action | | :------------------------ | :----------------------------------------------- | -| `npm install` | Installs dependencies | +| `npm ci` | Installs dependencies | | `npm run dev` | Starts local dev server at `localhost:4321` | | `npm run build` | Build your production site to `./dist/` | | `npm run preview` | Preview your build locally, before deploying | diff --git a/docs/src/content/docs/guides/getting-started.md b/docs/src/content/docs/guides/getting-started.md index b3111c8..3161b05 100644 --- a/docs/src/content/docs/guides/getting-started.md +++ b/docs/src/content/docs/guides/getting-started.md @@ -40,7 +40,7 @@ Open the project in any IDE of your choice. ## Install all dependancies ```bash -npm install +npm ci ``` ## Choose a challenge