add README.md

main
Moritz Böhme 2022-12-30 20:01:11 +01:00
parent c83861fde9
commit 8ecc7da0fd
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -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"
```