Update README.md (#179)

Added 3rd level heading so separate production and development installation section.
This commit is contained in:
Tom McCleery 2018-11-06 02:56:43 +08:00 committed by Danny van Kooten
parent 9589072e42
commit 825792474c
1 changed files with 6 additions and 2 deletions

View File

@ -20,6 +20,12 @@ Fathom [respects the privacy of your users and does not collect any personally i
## Installation
### Production
To install and run Fathom in production, [see the installation instructions](docs/Installation%20instructions.md).
### Development
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
@ -29,8 +35,6 @@ For getting a development version of Fathom up & running, go through the followi
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, [see the installation instructions](docs/Installation%20instructions.md).
## Docker
### Building