Merge pull request #2 from dsblank/patch-1
Add a couple of more hints about getting started
This commit is contained in:
commit
2d8eabed42
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue