Add a couple of more hints about getting started

This commit is contained in:
Doug Blank 2018-06-03 10:25:21 -04:00 committed by GitHub
parent ca6cbc1675
commit b8adff6a5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,9 @@ Activities are verified using HTTP Signatures or by fetching the content on the
### Installation
```shell
$ git clone
$ git clone https://github.com/tsileo/microblog.pub
$ cd microblog.pub
$ pip install -r requirements.txt
$ make css
$ cp -r config/me.sample.yml config/me.yml
```