use https in git clone example in readme (because broader compat). closes #63

This commit is contained in:
Danny 2018-06-13 09:05:02 +02:00
parent 294d111d3b
commit 20f2848f53
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Fathom respects the privacy of your users and does not collect any personally id
For getting a development version of Fathom up & running, go through the following steps.
1. Ensure you have [Golang](https://golang.org/doc/install#install) installed properly
1. Get code: `git clone git@github.com:usefathom/fathom.git $GOPATH/src/github.com/usefathom/fathom`
1. Get code: `git clone https://github.com/usefathom/fathom.git $GOPATH/src/github.com/usefathom/fathom`
1. Compile into binary & prepare assets: `make build`
1. (Optional) Set your [custom configuration values](https://github.com/usefathom/fathom/wiki/Configuration-file).
1. Register your user account: `fathom register --email=<email> --password=<password>`