diff --git a/README.md b/README.md
index d32eb9e..84ce9fd 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
width="260" height="80" border="0" alt="linkcrawler">
-
+
A feature-rich wiki for minimalists
@@ -57,6 +57,16 @@ docker run -d --name cowyo -p 8050:8050 schollz/cowyo Then you can stop it with `docker stop cowyo` and start it again with `docker start cowyo`. +### Running as a micro-CMS + +There are a couple of command-line flags that you can use to make your own micro-CMS. + +``` +cowyo -lock 123 -default-page index.html -css mystyle.css +``` + +The `-lock` flag will automatically lock every page with the passphrase "123". Also, the default behavior will be to redirect `/` to `/index.html`. Also, every page that is published will automatically redirect to `/mypage/read` which will show the custom CSS file if it is supplied with `-css`. + ## Usage *cowyo* is straightforward to use. Here are some of the basic features: