Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasti810 committed Sep 17, 2024
1 parent fb17206 commit f868aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/bash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ curl -Lo mdbook.tar.gz https://github.com/rust-lang/mdBook/releases/download/v0.
tar -xvzf mdbook.tar.gz

# load katex and unpack it
curl -Lo mdbook-katex.tar.gz https://github.com/lzanini/mdbook-katex/releases/download/v0.2.13/mdbook-katex-v0.2.13-x86_64-unknown-linux-musl.tar.gz
curl -Lo mdbook-katex.tar.gz https://github.com/lzanini/mdbook-katex/releases/download/0.9.0-binaries/mdbook-katex-v0.9.0-x86_64-unknown-linux-gnu.tar.gz
tar -xvzf mdbook-katex.tar.gz

chmod +x mdbook mdbook-katex
Expand Down

0 comments on commit f868aed

Please sign in to comment.