Skip to content

Commit

Permalink
chore: build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Feb 25, 2024
1 parent bc83314 commit 962d4fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#! /usr/bin bash
TAG='0.4.37'
echo $TAG
URL="https://github.com/rust-lang/mdbook/releases/download/${TAG}/mdbook-${TAG}-x86_64-unknown-linux-gnu.tar.gz"
echo $URL
curl -L $url | tar xvz
./mdbook build

0 comments on commit 962d4fe

Please sign in to comment.