From 8ecc7da0fd6efdb3dea4795c8cad781e7f06d2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Fri, 30 Dec 2022 20:01:11 +0100 Subject: [PATCH] add README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bbff809 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Cooklang Flake +This is a simple flake to package some tools for cooklang recipes. + +## Usage + +To run the cookcli tool: +```shell +nix run "git+https://gitea.moritzboeh.me/moritz/cooklang-flake.git" +``` + +To list all tools: +```shell +nix flake show "git+https://gitea.moritzboeh.me/moritz/cooklang-flake.git" +```