From 825792474cd61e5565ab55c609c82409be12739f Mon Sep 17 00:00:00 2001 From: Tom McCleery Date: Tue, 6 Nov 2018 02:56:43 +0800 Subject: [PATCH] Update README.md (#179) Added 3rd level heading so separate production and development installation section. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea238a2..c2bc2a4 100644 --- a/README.md +++ b/README.md @@ -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= --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