From 3796507674f33a30d8e3a408fb531ad8e63635a2 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Tue, 12 Nov 2019 13:58:16 +0000 Subject: [PATCH] docs: in INSTALL.md, replace `stack exec vervis` with `stack run` --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!