Merge pull request #2 from dsblank/patch-1

Add a couple of more hints about getting started
This commit is contained in:
Thomas Sileo 2018-06-03 18:16:46 +02:00 committed by GitHub
commit 2d8eabed42
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 ### Installation
```shell ```shell
$ git clone $ git clone https://github.com/tsileo/microblog.pub
$ cd microblog.pub
$ pip install -r requirements.txt
$ make css $ make css
$ cp -r config/me.sample.yml config/me.yml $ cp -r config/me.sample.yml config/me.yml
``` ```