From d66dadc51cfff2e909b39b7d5e8b55648e6cc273 Mon Sep 17 00:00:00 2001 From: Dominic Ricottone Date: Fri, 13 Nov 2020 16:10:57 -0500 Subject: [PATCH] fixed markdown blockquote --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1d30e67..5b23596 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,11 @@ In `moinmoin/wikiconfig.py`, configure the wiki name > If setting up a new wiki, a superuser must be created. The easiest method is > to use the `moin` CLI tool inside the container. +> > ```bash > moin --config-dir=/var/moin/data --wiki-url=example.com account create --name=MyName --email=me@example.com --password=foobar > ``` +> > As a reminder, to access a shell inside a container, try > `docker exec -it /bin/sh`. -- 2.45.2