mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
8 lines
125 B
Markdown
8 lines
125 B
Markdown
# Installation
|
|
|
|
```bash
|
|
# https://rustup.rs/
|
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
|
|
|
cargo check
|
|
```
|