mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
README: Use more portable command line example.
Former-commit-id: 6585c0e24de3dd09865e88313b617ce9601d0dcb
This commit is contained in:
parent
1ef542da04
commit
fecc164344
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ and wait for a browser window to open:
|
|||
|
||||
```console
|
||||
$ git clone https://github.com/Lemmih/reanimate.git
|
||||
$ cd reanimate/examples/
|
||||
$ ./latex_color.hs
|
||||
$ cd reanimate/
|
||||
$ stack runhaskell ./latex_color.hs
|
||||
```
|
||||
|
||||
This should render the `latex_color` example in a new browser window. If you then change the
|
||||
|
|
|
|||
Loading…
Reference in a new issue