From a98fb35d51169f86d0b080b8ce0d1d2688ad9db3 Mon Sep 17 00:00:00 2001 From: Jack Wines Date: Fri, 23 Feb 2024 00:05:44 -0800 Subject: [PATCH] fixed readme's nix run instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1862e10..c6e08d8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Makes a [voroni diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) and fill #### with nix ``` -nix run --experimental-features 'nix-command flakes' -- --minDistance 0.05 --input examples/birds-eye-view.png --output output.svg +nix run --experimental-features "nix-command flakes" ".#" -- --minDistance 0.05 --input examples/birds-eye-view.png --output output.svg ``` #### with cabal