From bac5d191c1bebd0eb2b2a9a0f55c5c6f21a65dfb Mon Sep 17 00:00:00 2001 From: github Date: Mon, 8 Jan 2024 18:06:39 +0100 Subject: [PATCH] Add warning --- docs/installation.md | 7 +++++++ mkdocs.yml | 2 ++ 2 files changed, 9 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index bd8fe85..478c359 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,5 +1,12 @@ # Installation +!!! danger "Version v1.5.1" + + Version v1.5.1 has a bug that prevents it from being installed correctly. + Once installed, the version is not v1.5.1 (stable) but a development version. + To install the latest version, please follow the "Stable version from sources" or "Pre-compiled binaries" steps. + + ## Stable version from remote The **stable version (main branch)** of `htb-cli` only requires `golang version 20` to be installed (https://go.dev/doc/install). diff --git a/mkdocs.yml b/mkdocs.yml index 7095d6c..02007bf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,6 +33,8 @@ theme: name: Switch to system preference markdown_extensions: + - admonition + - pymdownx.details - pymdownx.superfences: custom_fences: - name: codehilite