From 3ed6a04db3ae8068ac4bb96ddc52ed0cbafc2e25 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Tue, 29 Jun 2021 12:13:30 -0400 Subject: [PATCH] add usage instructions --- build.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build.py b/build.py index 88759c2..0902345 100644 --- a/build.py +++ b/build.py @@ -1,5 +1,17 @@ #!/usr/bin/env python3 +# Usage: +# +# cd ~/src/www-builder +# python3 build.py +# cd output +# cp -r * ~/src/www-home +# cd ~/src/www-home +# git status +# git add [some stuff] +# git commit +# git push + import glob import markdown import os