fixed readme's nix run instructions
This commit is contained in:
parent
87647dc427
commit
a98fb35d51
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue