diff options
Diffstat (limited to 'ci/install.sh')
-rw-r--r-- | ci/install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/install.sh b/ci/install.sh index 0d5e2218..90007723 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -12,6 +12,8 @@ main() { # install mdbook curl -LSfs https://japaric.github.io/trust/install.sh | \ sh -s -- --git rust-lang-nursery/mdbook --tag v0.2.1 + + pip install linkchecker --user } main |