[ty] Fixed benchmark markdown auto-linenumbers (#22008)

This commit is contained in:
Rob Hand 2025-12-16 15:38:11 +00:00 committed by GitHub
parent d755f3b522
commit 7f7485d608
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 4 deletions

View File

@ -1,10 +1,8 @@
## Getting started ## Getting started
1. [Install `uv`](https://docs.astral.sh/uv/getting-started/installation/) 1. [Install `uv`](https://docs.astral.sh/uv/getting-started/installation/)
- Unix: `curl -LsSf https://astral.sh/uv/install.sh | sh` - Unix: `curl -LsSf https://astral.sh/uv/install.sh | sh`
- Windows: `powershell -c "irm https://astral.sh/uv/install.ps1 | iex"` - Windows: `powershell -c "irm https://astral.sh/uv/install.ps1 | iex"`
1. Build ty: `cargo build --bin ty --release` 1. Build ty: `cargo build --bin ty --release`
1. `cd` into the benchmark directory: `cd scripts/ty_benchmark` 1. `cd` into the benchmark directory: `cd scripts/ty_benchmark`
1. Install Pyright: `npm ci --ignore-scripts` 1. Install Pyright: `npm ci --ignore-scripts`