diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com > | 2013-03-07 10:29:20 -0800 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com > | 2013-03-07 10:29:20 -0800 |
commit | 0e260f314eaeb83b74c5a4854944a9ba2f9b0a4b (patch) | |
tree | 3576e1d23a5173132aae903c19ecd36f30868021 /README.md | |
parent | 1c56eba533d5724ce01baf75f862da6ac9648455 (diff) | |
parent | b33467b6f053ac0c0940a9f5f06b6dd0751d440c (diff) |
Merge pull request #5 from ysangkok/master
make sure $EDITOR is set
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ This will show the available commands **Before creating a blog post, edit `bb.sh` and modify the variables in the `global_variables()` function** -To create your first post, just do: +To create your first post, make sure `$EDITOR` is set, and then just do: ./bb.sh post |