add usage instructions
This commit is contained in:
parent
af5a6de2ea
commit
3ed6a04db3
12
build.py
12
build.py
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user