fixed readme's nix run instructions

This commit is contained in:
Jack Wines 2024-02-23 00:05:44 -08:00
parent 87647dc427
commit a98fb35d51
No known key found for this signature in database
GPG key ID: 25B20640600571E6

View file

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