Skip to content

Commit dc95a1e

Browse files
committed
docs: enhance readme
1 parent b4402f3 commit dc95a1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ This theme provides the following components:
3232

3333
1. Make sure you have [Docker](https://docs.docker.com/get-docker/) up and running
3434
1. Get [Visual Studio Code](https://code.visualstudio.com/) with [Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) ready
35-
1. Open the project inside a Dev Container and run `npm install`
35+
1. Open the project inside a Dev Container and run `pnpm install`
3636
- If needed for export or screenshots, install playwright dependencies with `sudo npx playwright install-deps`
37-
1. `npm run dev` to start theme preview of `example.md`
37+
1. `pnpm run dev` to start theme preview of `example.md`
3838
1. Edit the `example.md` and style to see the changes
39-
1. `npm run export` to generate the preview PDF
40-
1. `npm run screenshot` to generate the preview PNG
39+
1. `pnpm run export` to generate the preview PDF
40+
1. `pnpm run screenshot` to generate the preview PNG
4141
1. Commit and push your changes or create a pull request
42-
1. Release a new version with `npm run release:patch`, `npm run release:minor` or `npm run release:major`
42+
1. Release a new version with `pnpm run release:patch`, `pnpm run release:minor` or `pnpm run release:major`

0 commit comments

Comments
 (0)