diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2013-02-21 16:01:54 +0100 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2013-02-21 16:01:54 +0100 |
commit | 82f56a54f9a14ed31fffea3f3ac1efa63b22d825 (patch) | |
tree | 882098117970f3c9613140d8c1ddc814a390f56a /README.md | |
parent | 8b1c4ffc91fb81f0a51334eea014044e6afcd5ed (diff) |
Updated README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,13 @@ A Bash script that handles blog posting You can read [the initial blog post](http://mmb.pcb.ub.es/~carlesfe/blog/creating-a-simple-blog-system-with-a-500-line-bash-script.html) for more information. +Usage +----- + +Download bb.sh into a public folder of yours and run it: +> ./bb.sh + + BashBlog supports: - Simple creation and edition of the posts with your favorite text editor |