diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2014-06-27 10:24:12 +0200 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2014-06-27 10:24:12 +0200 |
commit | 8dceb6a29c725b97c08a881a5aca3a189b498915 (patch) | |
tree | c70e8e8bbb3004e67c07cfae02d1f00b506bd282 /README.md | |
parent | 611bd67bf724847edaa5532365b57fe14d303c59 (diff) | |
parent | f68db9143c7a3ae7158b382529226e9ce3b7cacb (diff) |
Merge branch 'master' of github.com:cfenollosa/bashblog
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,9 +28,9 @@ To create your first post, just run: ./bb.sh post -Or, if you prefer Markdown over HTML: +It will try to use Markdown, if installed. To force HTML: - ./bb.sh post -m + ./bb.sh post -html The script will handle the rest. |