mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
21 lines
326 B
Markdown
21 lines
326 B
Markdown
# Installation
|
|
|
|
## Clone Repo
|
|
|
|
```bash
|
|
git clone --recurse-submodules git@github.com:Boshen/oxc.git
|
|
```
|
|
|
|
## Install Rust
|
|
|
|
```bash
|
|
# https://rustup.rs/
|
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
|
|
|
rustup show
|
|
```
|
|
|
|
## Tasks
|
|
|
|
* [Benchmark](./tasks/benchmark/README.md)
|
|
* [Coverage](./tasks/coverage/README.md)
|