Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 526 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 526 Bytes

CRC extension

This repo copied from podman-desktop crc extension

Run and build

To prepare dev environment, use:

yarn desk:prepare

This command check/clone podman-desktop, delete existing crc extension, make links, build podman-desktop without builtin crc extension.

To launch podman-desktop with this crc extension use:

yarn desk:run

To rebuild podman-desktop and crc extension run:

  yarn desk:build