Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SOVLOOKUP committed Dec 6, 2023
1 parent a2c4058 commit c3bd9ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
```js
// 安装
pnpm add rubick-native
yarn add rubick-native
npm install rubick-native
```

## 贡献

1. Fork & Clone 本项目
2. 贡献 Rust 部分: 进入 addon 文件下, 基于 [napi](https://napi.rs/) 教程进行开发; 使用 `pnpm build` 命令打包生成 npm 包
2. 贡献 Rust 部分: 进入 addon 文件下, 基于 [napi](https://napi.rs/) 教程进行开发; 使用 `yarn build` 命令打包生成 npm 包
3. 贡献 JavaScript 部分: 在根目录下进行开发, 通过 `import { func } from "../addon"` 调用 Rust 函数
4. 提起 PR

Expand Down

0 comments on commit c3bd9ac

Please sign in to comment.