From 12ae3fb92bba246fb6ffcc4b762d607d46cb6813 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 5 Apr 2026 05:26:47 +0200 Subject: [PATCH] chore(docs): Added README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6ddf6ae --- /dev/null +++ b/README.md @@ -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 +```