Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update readme with requirements #77

Merged
merged 1 commit into from
Jan 23, 2024
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
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ To a bootable OS image format:

Disclaimer: This is **EXPERIMENTAL** and all features are subject to change as we develop the extension.

### Requirement 1. Be on macOS M1/M2/M3 (silicon)
### Requirement 1. System requirements

As of right now, this is being tested and only works on macOS silicon architecture.

Use Windows / Linux / Mac (Intel-based) at your own risk.

Windows & Linux support will be implemented in the future.
* macOS M1/M2/M3 Silicon Architecture ONLY (Windows & Linux support coming soon)
* [podman 4.9.0+](https://github.com/containers/podman/releases/tag/v4.9.0)
* [vfkit 0.5.1+](https://github.com/crc-org/vfkit) for "one-click" VM launch button support

### Requirement 2. Rootful mode on Podman Machine

Expand Down