update link to wiki in readme

This commit is contained in:
Danny van Kooten 2018-10-24 10:09:57 +02:00
parent e64fe5ec9a
commit 96dca09e2b
1 changed files with 3 additions and 3 deletions

View File

@ -22,14 +22,14 @@ Fathom [respects the privacy of your users and does not collect any personally i
For getting a development version of Fathom up & running, go through the following steps.
1. Ensure you have [Go](https://golang.org/doc/install#install) and NPM (https://www.npmjs.com) installed
1. Ensure you have [Go](https://golang.org/doc/install#install) and [NPM](https://www.npmjs.com) installed
1. Download the code: `git clone https://github.com/usefathom/fathom.git $GOPATH/src/github.com/usefathom/fathom`
1. Compile the project: `make build`
1. (Optional) Set [custom configuration values](https://github.com/usefathom/fathom/wiki/Configuration-file).
1. (Optional) Set [custom configuration values](docs/Configuration.md)
1. (Optional) 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
To install and run Fathom in production, [have a look at the installation instructions](https://github.com/usefathom/fathom/wiki/Installing-&-running-Fathom).
To install and run Fathom in production, [see the installation instructions](docs/Installation%20instructions.md).
## Docker