chore(docs): Added README
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Crete
|
||||
|
||||
A tool that takes node and cluster configs and uses it to generate talos configs
|
||||
and render jinja templates.
|
||||
|
||||
## Installation
|
||||
|
||||
Add the following to `~/.cargo.config.toml`:
|
||||
|
||||
```toml
|
||||
[registries.infra]
|
||||
index = "sparse+https://git.huizinga.dev/api/packages/infra/cargo/"
|
||||
```
|
||||
|
||||
You can then install `crete` by running:
|
||||
|
||||
```bash
|
||||
cargo install --registry infra crete
|
||||
```
|
||||
Reference in New Issue
Block a user