Skip to content

Commit 97a2fdf

Browse files
committed
make help-text a bit more helpful.
1 parent 27b9ed0 commit 97a2fdf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

contrib/localjs/fetchfiles.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ showhelp()
2525
echo "Syntax: $0 directory"
2626
echo "where directory is the directory in which you want to store the downloaded files."
2727
echo ""
28+
echo "This will download the Javascript- and Font-files used by the default"
29+
echo "templates in mirrorbits. You can then self-host that directory tree on"
30+
echo "your webserver instead of using external CDNs."
31+
echo "You then need to set the LocalJSPath option in your mirrorbits config to"
32+
echo "point at the web-accessible path to that directory."
2833
}
2934

3035
getlocalfilename ()

0 commit comments

Comments
 (0)