From e2786ae6e0b96d31bae02dc6ce4b0d09ec5d4377 Mon Sep 17 00:00:00 2001 From: Userdocs <16525024+userdocs@users.noreply.github.com> Date: Sat, 23 Nov 2024 06:24:17 +0000 Subject: [PATCH] Update Compilation-Alpine-Linux.md (#16) Fixed typo preventing admonition being rendered. --------- Co-authored-by: Chocobo1 --- Compilation-Alpine-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compilation-Alpine-Linux.md b/Compilation-Alpine-Linux.md index 5c968a8..bbe60ca 100644 --- a/Compilation-Alpine-Linux.md +++ b/Compilation-Alpine-Linux.md @@ -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: >