# August
[](https://crates.io/crates/august-build)



August is a task-based build system with a strong focus on parallelism.
## Installation
The recommended installation method is via Cargo:
```sh
cargo install august-build --locked
```
To install from source:
```sh
git clone https://github.com/ScratchCat458/august-build
cd august-build
cargo install --locked --path .
```
## Documentation
August's user documentation can be found at [https://august-build.web.app](https://august-build.web.app).
Internal docs can be found on [docs.rs](https://docs.rs/august-build) though everything is mostly undocumented.
If you use August in your project, you can add this badge to your README: [](https://github.com/ScratchCat458/august-build)
```markdown
[](https://github.com/ScratchCat458/august-build)
```