summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuilddocs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/builddocs.sh b/builddocs.sh
index 41e48a45..6bd05b80 100755
--- a/builddocs.sh
+++ b/builddocs.sh
@@ -1,4 +1,4 @@
1#!/bin/bash 1#!/usr/bin/env bash
2mkdocs build 2mkdocs build
3echo "The HTML files for the documentation can be found in the site/ subdirectory." 3echo "The HTML files for the documentation can be found in the site/ subdirectory."
4echo "To view the docs in a browser run 'mkdocs serve'" 4echo "To view the docs in a browser run 'mkdocs serve'"