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(readme): change tagline, condense information #828

Merged
merged 1 commit into from
Dec 13, 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<img width="200" align="right" src="img/uhyve.svg" />

# Uhyve - A minimal hypervisor for Hermit
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually like the tagline. Why should we remove it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My personal opinion is that it looks slightly because of the line wrap, and its content is not much different to what is said right below the header. I think this would look better (the icons were put under the tagline, this PR doesn't have that).

image

Nevertheless, it's a matter of preference and not a hill to die on.

# Uhyve

[![crates.io](https://img.shields.io/crates/v/uhyve.svg)](https://crates.io/crates/uhyve)
[![Zulip Badge](https://img.shields.io/badge/chat-hermit-57A37C?logo=zulip)](https://hermit.zulipchat.com/)

Uhyve is a small hypervisor specialized for the [Hermit kernel](https://github.com/hermit-os/kernel).
Uhyve is a minimal, special-purpose hypervisor for the [Hermit kernel](https://github.com/hermit-os/kernel).
jounathaen marked this conversation as resolved.
Show resolved Hide resolved

## Installation

Expand Down
Loading