Update Compilation-Alpine-Linux.md (#16)

Fixed typo preventing admonition being rendered.

---------

Co-authored-by: Chocobo1 <Chocobo1@users.noreply.github.com>
Userdocs
2024-11-23 06:24:17 +00:00
committed by GitHub
parent 0125f5a755
commit e2786ae6e0

@@ -34,10 +34,10 @@ apk add icu-dev openssl-dev qt6-qtbase-dev qt6-qttools-dev zlib-dev
## Boost build files ## Boost build files
> [!TIP]> > [!TIP]
> This command should provide the latest non beta release info from Github > This command should provide the latest non beta release info from Github
> >
> - `curl -sL https://api.github.com/repos/boostorg/boost/releases | jq -r '.[0].name | select(contains("beta") | not)'` > - `curl -sL https://api.github.com/repos/boostorg/boost/releases | jq -r 'map(.name | select(test("boost-[\\d\\.]+$"))) | first'`
> >
> You can view all the tags for the boost Github repository here: > You can view all the tags for the boost Github repository here:
> >