diff --git a/INSTALL.md b/INSTALL.md index 8118e6a..bc4a83a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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!