fix(deps): update package dependencies and align installation examples with pnpm
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user