From b8adff6a5ff5f4085da91496a396a0f27e931805 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 3 Jun 2018 10:25:21 -0400 Subject: [PATCH] Add a couple of more hints about getting started --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8fe115..2458cd2 100644 --- a/README.md +++ b/README.md @@ -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 ```