diff options
author | Janus Troelsen <ysangkok@gmail.com> | 2013-03-07 19:14:06 +0100 |
---|---|---|
committer | Janus Troelsen <ysangkok@gmail.com> | 2013-03-07 19:14:06 +0100 |
commit | b33467b6f053ac0c0940a9f5f06b6dd0751d440c (patch) | |
tree | 3576e1d23a5173132aae903c19ecd36f30868021 | |
parent | 1c56eba533d5724ce01baf75f862da6ac9648455 (diff) |
make sure $EDITOR is set, or everything breaks
-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 |