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