update documentation

This commit is contained in:
joseelinchevalay 2020-03-23 17:23:08 +01:00
parent 10b85b1dbe
commit 82c5a11a57
1 changed files with 2 additions and 2 deletions

View File

@ -96,13 +96,13 @@ The main clients for Duniter are [Cesium](https://cesium.app/) and [Silkaj](http
First you need to build docker image First you need to build docker image
``` ```
docker build -t ssb-g1like . docker-compose build
``` ```
create your dunikey create your dunikey
``` ```
docker run -ti --rm -v ~/.ssb:/home/astroport/.ssb ssb-g1like -c /usr/bin/secret2dunikey docker run -ti --rm -v ~/.ssb:/home/astroport/.ssb ssb-g1like_secret2dunikey
``` ```
run main script run main script