mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 03:20:27 +00:00
use https in git clone example in readme (because broader compat). closes #63
This commit is contained in:
parent
294d111d3b
commit
20f2848f53
@ -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>`
|
||||
|
Loading…
x
Reference in New Issue
Block a user