From bc239360eacfce963794c1f590eb601b41f3b36c Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 3 Apr 2016 08:57:02 -0400 Subject: [PATCH] update docs to include info about web ui installer --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index 92533a8..7800c9e 100644 --- a/doc/build.md +++ b/doc/build.md @@ -35,4 +35,4 @@ If you want to build without supporting redis then build with the `--no-redis` f ./build.sh --no-redis -Now configure the database. [next](database.md) +To run eiter run `./srndv2 setup` and browse to http://127.0.0.1:18000 or configure [by hand](database.md)