Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 446 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 446 Bytes

Deprecated

The umbrel-dev CLI is now deprecated. To virtualize a local Umbrel instance for development we recommend using Multipass.

Once Multipass is installed you can run an Umbrel VM with:

multipass launch --name umbrel-dev --disk 10G
multipass exec umbrel-dev -- sh -c 'curl -L https://umbrel.sh | bash'

You can get an interactive shell inside the VM with:

multipass shell umbrel-dev