From ab972a6885c6f0d43a81627b7270b01062067274 Mon Sep 17 00:00:00 2001 From: rra Date: Sat, 10 Feb 2018 19:22:55 +0100 Subject: [PATCH] stylez --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7c5b18..e1d8680 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ distbusi is a content management system for the web that produces static index p ##installation -distribusi depends on python-magic 0.4+ to do automatic mime (filetype) detection +distribusi depends on `python-magic` 0.4+ to do automatic mime (filetype) detection using pip: - `sudo pip3 install python-magic` + sudo pip3 install python-magic ##usage Make a distribusi of your home folder: - `python3 distribusi -d ~/` + python3 distribusi -d ~/ You will find that you now have an `index.html` in every folder.