X-Git-Url: https://plomlompom.com/repos/?p=redo-blog;a=blobdiff_plain;f=README.md;h=420c15164d490f65ba405ce25d6fa265adcf970e;hp=e4d63fa5f6c218e056a13cf37c634181b37a3400;hb=82afe4835238fb9b3c817dc54089d52ed5152ee4;hpb=1c7b84260b8a71cabce924814a1d36ed6567a67e diff --git a/README.md b/README.md index e4d63fa..420c151 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ called `blog`: cat << EOF > blog.git/hooks/post-update #!/bin/sh BLOGDIR=~/blog - GIT_WORK_TREE=$BLOGDIR git checkout -f + GIT_WORK_TREE=\$BLOGDIR git checkout -f cd \$BLOGDIR redo EOF @@ -81,6 +81,3 @@ bugs Don't create a index.rst or index.md in the redo-managed directory, that will break things. - -Running redo without a single blog entry source file (.md or .rst) in the -directory will also break things.