diff options
author | Carles Fenollosa <carlesfe@mmb.pcb.ub.es> | 2013-06-05 12:38:49 +0200 |
---|---|---|
committer | Carles Fenollosa <carlesfe@mmb.pcb.ub.es> | 2013-06-05 12:38:49 +0200 |
commit | 331100a9809b585f6bc1adc3ad3fe598d8129ffa (patch) | |
tree | e233d045b1094965383890718ceaa992ec8f9631 | |
parent | 2b8b2cce89bc3c28d33791bedb656987c895ed3c (diff) |
Updated README
-rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -18,7 +18,7 @@ Download bb.sh into a public folder of yours and run it: This will show the available commands -**Before creating a blog post, edit `bb.sh` and modify the variables in the `global_variables()` function** +**Before creating a blog post, edit `bb.sh` and modify the variables in the `global_variables()` function or create a `.config` file with your configutation values** To create your first post, make sure `$EDITOR` is set, and then just do: @@ -47,8 +47,4 @@ Features - Everything contained in a single 700-line bash script! - A simple but nice and readable design, with nothing but the blog posts -Non features (not planned) --------------------------- - - Read the CHANGELOG section of the script header for more updates |