From 8fd06859d5fbee40f02d9a1cd823f1c83765db41 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Wed, 16 Oct 2024 07:43:17 -0500 Subject: [PATCH] Update ubi.md --- docs/dev-tools/backends/ubi.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/dev-tools/backends/ubi.md b/docs/dev-tools/backends/ubi.md index 2538da771..6b2277762 100644 --- a/docs/dev-tools/backends/ubi.md +++ b/docs/dev-tools/backends/ubi.md @@ -1,6 +1,8 @@ -# Ubi Backend +# Ubi Backend -You may install GitHub Releases and URL packages directly using [ubi](https://github.com/houseabsolute/ubi) backend. +You may install GitHub Releases and URL packages directly using [ubi](https://github.com/houseabsolute/ubi) backend. ubi is directly compiled into +the mise codebase so it does not need to be installed separately to be used. ubi is the preferred backend when it functions for tools as it is the +simplest and requires minimal configuration. The code for this is inside of the mise repository at [`./src/backend/ubi.rs`](https://github.com/jdx/mise/blob/main/src/backend/ubi.rs).