﻿# Installation

:::warning
JP is still in development.
While in development, no binaries are provided.
You can install JP from source, using the [Cargo] package manager.

:::

## Install From Source

To install JP from source, you can use the following command:

```sh
cargo install --locked --git https://github.com/dcdpr/jp.git jp_cli
```

This will install the latest version of JP from the `main` branch.

[Cargo]: https://doc.rust-lang.org/cargo/
