rename docsite script to docs and update docs setup description

This commit is contained in:
Francisco Giordano
2019-08-16 20:03:49 +02:00
parent 29e20ff9bf
commit 18d7e24a2c
4 changed files with 9 additions and 12 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
if [ "$1" != "build" -a "$1" != "start" ];then
echo "usage: npm run docsite (build|start)" >&2
echo "usage: npm run docs (build|start)" >&2
exit 1
fi