fix(deps): update package dependencies and align installation examples with pnpm

This commit is contained in:
2026-05-09 12:33:38 +00:00
parent e178fd8a73
commit b3352349de
5 changed files with 2325 additions and 1154 deletions
+3 -3
View File
@@ -8,16 +8,16 @@ For reporting bugs, issues, or security vulnerabilities, please visit [community
## Install
Install globally via npm:
Install globally with pnpm:
```bash
npm install -g @git.zone/tsrust
pnpm add -g @git.zone/tsrust
```
Or as a project-level dev dependency:
```bash
pnpm install --save-dev @git.zone/tsrust
pnpm add --save-dev @git.zone/tsrust
```
> ⚡ **No Rust required!** If `cargo` isn't found on your system, `tsrust` automatically downloads and installs a minimal Rust toolchain to `/tmp/tsrust_toolchain/`. This gives a zero-setup experience. If you already have Rust installed, `tsrust` uses your system toolchain.