From c2855e2e0a029c0a68fa38f0956d553f52eceb2c Mon Sep 17 00:00:00 2001 From: Jack Ellis Date: Thu, 14 Mar 2019 00:23:58 -0500 Subject: [PATCH] Registering a user on your dashboard is required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eed1a298..07f0982c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ For getting a development version of Fathom up & running, go through the followi 1. Download the code: `git clone https://github.com/usefathom/fathom.git $GOPATH/src/github.com/usefathom/fathom` 1. Compile the project into an executable: `make build` 1. (Optional) Set [custom configuration values](docs/Configuration.md) -1. (Optional) Register a user account: `./fathom user add --email= --password=` +1. (Required) Register a user account: `./fathom user add --email= --password=` 1. Start the webserver: `./fathom server` and then visit **http://localhost:8080** to access your analytics dashboard ## Docker