1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

docs: don't build now-unused mdbook bits

This commit is contained in:
Wez Furlong 2023-03-15 21:35:27 -07:00
parent 7b2330ead2
commit cd89022164
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -1,6 +1,6 @@
#!/bin/bash
for util in mdbook mdbook-linkcheck mdbook-mermaid mdbook-admonish gelatyx ; do
for util in mdbook-linkcheck gelatyx ; do
if ! hash $util 2>/dev/null ; then
cargo install $util --locked
fi