From e0565a483f59b0889dc381b62a00d04c92327ba3 Mon Sep 17 00:00:00 2001 From: jylenhof Date: Sun, 9 Nov 2025 12:08:02 +0100 Subject: [PATCH] docs(README): add mise install alternative --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 323f0b58f..83844709a 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ You can use one of the following ways to get Allure: ```bash $ brew install allure ``` +* Using [mise](https://github.com/jdx/mise) software package manager: + + ```bash + mise use -g allure + ``` * For Windows, Allure is available from the [Scoop](http://scoop.sh/) commandline-installer. To install Allure, download and install Scoop and then execute in the Powershell: