docs: in INSTALL.md, replace stack exec vervis with stack run

This commit is contained in:
fr33domlover 2019-11-12 13:58:16 +00:00
parent 73cfaf7ceb
commit 3796507674

View file

@ -138,7 +138,7 @@ generating the rest, run this:
Run. Run.
$ stack exec vervis $ stack run
By default, Vervis is configured with User Registration disabled. This is to By default, Vervis is configured with User Registration disabled. This is to
prevent any automatic spambot registration for bots that may be monitoring the 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: load the rest as usual:
$ touch _keyfile_write_missing $ touch _keyfile_write_missing
$ stack exec vervis $ stack run
Browse to `http://localhost:3000` and have fun! Browse to `http://localhost:3000` and have fun!