mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Update Compilation-Alpine-Linux.md (#16)
Fixed typo preventing admonition being rendered. --------- Co-authored-by: Chocobo1 <Chocobo1@users.noreply.github.com>
@@ -34,10 +34,10 @@ apk add icu-dev openssl-dev qt6-qtbase-dev qt6-qttools-dev zlib-dev
|
||||
|
||||
## Boost build files
|
||||
|
||||
> [!TIP]>
|
||||
> [!TIP]
|
||||
> 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:
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user