docs: in INSTALL.md, replace stack exec vervis
with stack run
This commit is contained in:
parent
73cfaf7ceb
commit
3796507674
1 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ generating the rest, run this:
|
|||
|
||||
Run.
|
||||
|
||||
$ stack exec vervis
|
||||
$ stack run
|
||||
|
||||
By default, Vervis is configured with User Registration disabled. This is to
|
||||
prevent any automatic spambot registration for bots that may be monitoring the
|
||||
|
@ -154,7 +154,7 @@ missing in the filesystem. You can ask Vervis to generate missing files, and
|
|||
load the rest as usual:
|
||||
|
||||
$ touch _keyfile_write_missing
|
||||
$ stack exec vervis
|
||||
$ stack run
|
||||
|
||||
Browse to `http://localhost:3000` and have fun!
|
||||
|
||||
|
|
Loading…
Reference in a new issue