Skip to content

Commit 117d66a

Browse files
committed
docs: update README
1 parent 1cd6a62 commit 117d66a

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,14 @@
99
1. Click **Use this template**.
1010
2. **Clone** your project.
1111
3. Run `yarn install` to install dependencies.
12-
4. Run `npx napi rename -n [name]` command under the project folder to rename your package.
12+
4. Run `yarn napi rename -n [@your-scope/package-name] -b [binary-name]` command under the project folder to rename your package.
1313

1414
## Install this test package
1515

1616
```
1717
yarn add @napi-rs/package-template
1818
```
1919

20-
## Support matrix
21-
22-
### Operating Systems
23-
24-
| | node14 | node16 | node18 |
25-
| ---------------- | ------ | ------ | ------ |
26-
| Windows x64 ||||
27-
| Windows x32 ||||
28-
| Windows arm64 ||||
29-
| macOS x64 ||||
30-
| macOS arm64 ||||
31-
| Linux x64 gnu ||||
32-
| Linux x64 musl ||||
33-
| Linux arm gnu ||||
34-
| Linux arm64 gnu ||||
35-
| Linux arm64 musl ||||
36-
| Android arm64 ||||
37-
| Android armv7 ||||
38-
| FreeBSD x64 ||||
39-
4020
## Ability
4121

4222
### Build
@@ -49,7 +29,7 @@ With [ava](https://github.com/avajs/ava), run `yarn test/npm run test` to testin
4929

5030
### CI
5131

52-
With GitHub Actions, each commit and pull request will be built and tested automatically in [`node@14`, `node@16`, `@node18`] x [`macOS`, `Linux`, `Windows`] matrix. You will never be afraid of the native addon broken in these platforms.
32+
With GitHub Actions, each commit and pull request will be built and tested automatically in [`node@20`, `@node22`] x [`macOS`, `Linux`, `Windows`] matrix. You will never be afraid of the native addon broken in these platforms.
5333

5434
### Release
5535

0 commit comments

Comments
 (0)