mirror of
https://github.com/Rate-Limiting-Nullifier/rln-docs.git
synced 2026-01-06 22:13:50 -05:00
7 lines
164 B
Bash
Executable File
7 lines
164 B
Bash
Executable File
if ! [ -x "$(command -v mdbook)" ]; then
|
|
echo 'Error: mdbook is not installed.' >&2
|
|
echo 'Error: please install mdbook via cargo.' >&2
|
|
exit 1
|
|
fi
|
|
mdbook build
|