correct README examples for new paths
This commit is contained in:
parent
c5f61fad32
commit
3b9d72b5e5
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ Makes a [voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) and fil
|
||||||
#### with nix
|
#### with nix
|
||||||
|
|
||||||
```
|
```
|
||||||
nix run --experimental-features "nix-command flakes" ".#" -- --minDistance 0.02 --input examples/birds-eye-view.png --output output.jpeg
|
nix run --experimental-features "nix-command flakes" ".#" -- --minDistance 0.02 --input examples/inputs/birds-eye-view.png --output output.jpeg
|
||||||
```
|
```
|
||||||
|
|
||||||
#### with cabal
|
#### with cabal
|
||||||
|
|
@ -24,6 +24,6 @@ Install [cabal & ghc](https://www.haskell.org/ghcup/) if you don't have them.
|
||||||
|
|
||||||
```
|
```
|
||||||
cabal update
|
cabal update
|
||||||
cabal run image-triangles -- --minDistance 0.02 --input examples/birds-eye-view.png --output output.jpeg
|
cabal run image-triangles -- --minDistance 0.02 --input examples/inputs/birds-eye-view.png --output output.jpeg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue