commit aa3dfa363285c6fd59a9cc447f3846faabc572af parent 4d50ac41575c33afba29c63499b8c1860e768b3b Author: Hugo Soucy <hugo@soucy.cc> Date: Wed, 23 Mar 2022 09:13:52 -0400 Edit the entr command Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -179,4 +179,4 @@ Search for all the markdown (or HTML) files of the first level with `find`: Watch change with `entr` to rebuild the project: - find ~/satelito-sample/ | entr -s 'find ~/satelito-sample/content | satelito pipe --export && echo "~/satelito-sample rebuilded at $(date +%T)"' + find ~/satelito-sample/ | entr -s 'satelito make --export && echo "Rebuilt at $(date +%T)"'