add usage instructions

This commit is contained in:
Colin McMillen 2021-06-29 12:13:30 -04:00
parent af5a6de2ea
commit 3ed6a04db3

View File

@ -1,5 +1,17 @@
#!/usr/bin/env python3 #!/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 glob
import markdown import markdown
import os import os