summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-17 14:37:31 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-17 14:37:31 -0600
commit30c699f96429598b9ff88103971ccf689e163799 (patch)
tree3d8c1336596de459426a08934d3deed659299887 /README.md
parent8f04b57f1adff758e74c255e448f8e2e9e861982 (diff)
fix required base url and tag header substitutionv0.2.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5d6c209..79d6707 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ That creates the desired directories with the basic templates that can be edited
Build the site with:
```sh
-pyssg -s src_dir -d dst_dir -u https://baseurl.com -b
+pyssg -s src_dir -d dst_dir -b
```
-Without a trailing slash `/` at the end of the base URL. That creates all `*.html` for the site and can be easily moved to the server.
+That creates all `*.html` for the site and can be easily moved to the server. Where an optional `-u` flag can be provided for the base URL (don't include the trailing slash `/`)