addde back refresh
[pb.git] / README.md
index 455cc74..3afba86 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,11 +17,19 @@ In each of these files, you need to include the comments:
 
 # Usage
 ### n / new
+Takes in a name for your blog post, put the name inside quotations if you want to have spaces. Also, only alphanumeric characters, underscores, dashes and spaces are allowed in the blog name (at this point).
 
 ### p / publish
+Publishes a draft, which means that it takes the html snippet you wrote and shoves it inside your template file.
 
 ### d / delete
+Deletes an already published blog post, this does not delete your draft.
 
+### b / backup
+Simply copies all draft and published blog entries into the backup directory.
+
+### r / refresh (planned)
+Used when you change the template file and want to keep all blog entries consistent. It deletes all html files and republishes them all.
 
 # Configuration
 For more fine tuned configuration, navigate to the data\_dir directory that was created (by default it's blog/) and find the templates folder.