diff options
| author | Dave Tang <davetingpongtang@gmail.com> | 2026-06-23 17:33:25 +0900 |
|---|---|---|
| committer | Dave Tang <davetingpongtang@gmail.com> | 2026-06-23 17:33:25 +0900 |
| commit | 30af89bd5bac47539bdec0e0255ad905175e3853 (patch) | |
| tree | bbd302b338f68bdc92251eb62ef5bdf48582a229 /scripts/setup.sh | |
| parent | 3b36213ea3cc221d00b06f9340c8fac9e45ecf5c (diff) | |
Server neutral
Diffstat (limited to 'scripts/setup.sh')
| -rwxr-xr-x | scripts/setup.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/setup.sh b/scripts/setup.sh index f083c12..03f5c70 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash -# setup-docsify.sh — Bootstrap a self-hosted Docsify site on Apache 2. +# setup-docsify.sh — Bootstrap a self-hosted Docsify site (static files; serve with +# any web server — Apache, nginx, Caddy, …). # -# Run this script from your Apache document root: +# Run this script from your web server's document root: # cd /path/to/docroot # bash setup-docsify.sh # |
