mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #982] [MERGED] Document how to install pkl with Mise #838
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/982
Author: @pepicrft
Created: 2/25/2025
Status: ✅ Merged
Merged: 3/3/2025
Merged by: @bioball
Base:
main← Head:mise-installation📝 Commits (3)
ae950cbDocument how to install pkl with Mise4e5ef68Update docs/modules/pkl-cli/pages/index.adoc1be6200Update index.adoc📊 Changes
1 file changed (+25 additions, -0 deletions)
View changed files
📝
docs/modules/pkl-cli/pages/index.adoc(+25 -0)📄 Description
Mise has been popularised as a frontend tool for dev environments. Rails recommends it as a tool to install Ruby.
Mise integrates with multiple installation backends, one of which is the Universal Binary Installer, which can install tools by pulling binaries from their GitHub releases if they follow a certain convention to indicate the target OS and architecture. I tried it against pkl and it works.
This PR documents how to use Mise for those developers who are using it as a tool to manage the dependencies of their projects.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.