Skip to content

Commit

Permalink
Registering a user on your dashboard is required
Browse files Browse the repository at this point in the history
  • Loading branch information
JackEllis authored Mar 14, 2019
1 parent 7faef87 commit c2855e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<email> --password=<password>`
1. (Required) Register a user account: `./fathom user add --email=<email> --password=<password>`
1. Start the webserver: `./fathom server` and then visit **http://localhost:8080** to access your analytics dashboard

## Docker
Expand Down

0 comments on commit c2855e2

Please sign in to comment.