gnu sed note added

This commit is contained in:
Luke Smith 2018-05-21 13:02:21 -07:00
parent 54e0416497
commit a0756b5c4c
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ Finished posts are in `blog/`; Drafts are in `blog/.drafts/`. Use `./lb delete`
## Installation
+ GNU sed is required.
+ Download the `lb` script and put it in your website's home directory. The expectation is that your rolling blog file and RSS feed will be there as well.
+ Open the script and change the first few variables to match the files you use in your website.
+ Add markers for where the new blog posts are added. Don't skip this step. See below.