oxc/CONTRIBUTING.md
2023-02-24 13:24:42 +08:00

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)