Skip to content

Commit

Permalink
Update README.md (#179)
Browse files Browse the repository at this point in the history
Added 3rd level heading so separate production and development installation section.
  • Loading branch information
rakuna authored and dannyvankooten committed Nov 5, 2018
1 parent 9589072 commit 8257924
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8257924

Please sign in to comment.