Skip to content

Commit

Permalink
Adjust node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jun 20, 2024
1 parent f73cfd5 commit 14c8e74
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/en/guide/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

- [Git](https://git-scm.com/). You **must** install git to getting stared
- [VSCode](https://code.visualstudio.com/). The highly recommended editor for translator to translate. It have integrated UI tool to help you find the translation key.
- [Node.js 16](https://nodejs.org/). If you want to test your translation locally, you need this. You can just install latest version.
- [Node.js](https://nodejs.org/). If you want to test your translation locally, you need this. You can just install latest version.
- [pnpm](https://pnpm.io/installation). If you want to test your translation locally, you need this. You can follow its installation page to install.

## Getting Started
Expand All @@ -22,10 +22,12 @@ git clone --recurse-submodules https://github.com/your-id/x-minecraft-launcher

### Install <Badge type="danger">Required</Badge>

Install the project using [pnpm](https://pnpm.io):
Install the project using [pnpm](https://pnpm.io), or you can run corepack command to install pnpm.

Under the folder you cloned, e.g. `x-minecraft-launcher`, run command

> If you use `corepack`, you can run `corepack enable .` to install pnpm
```
pnpm install
```
Expand Down

0 comments on commit 14c8e74

Please sign in to comment.