Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions site/content/en/docs/drivers/krunkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ aliases:

## Overview

[krunkit](https://github.com/containers/krunkit) is an open-source program for
[krunkit](https://github.com/libkrun/krunkit) is an open-source program for
macOS virtualization, optimized for GPU accelerated virtual machines and AI
workloads.

Expand All @@ -24,10 +24,15 @@ workloads.
To install krunkit run:

```shell
brew tap slp/krunkit
brew tap libkrun/krun
brew trust libkrun/krun # trust the tap only required if using Homebrew 6.0 or later
brew install krunkit
```

{{% alert title="Note" color="primary" %}}
If you've ever installed krunkit from the old tap `slp/krunkit` or `slp/krun`, to upgrade to the latest version you'll need to follow the [Removing the old Homebrew tap](https://github.com/libkrun/krunkit#removing-the-old-homebrew-tap) instructions first before installing as shown above.
{{% /alert %}}

## Networking

To use the krunkit driver you must install
Expand Down