From 125146431cb222ef1b41e9d14ed1d26b0a0373cc Mon Sep 17 00:00:00 2001 From: lixiang Date: Wed, 16 Oct 2024 16:26:18 +0800 Subject: [PATCH] submit some changes --- README-en.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-en.md b/README-en.md index 887f1b1..2ceb5e9 100644 --- a/README-en.md +++ b/README-en.md @@ -4,13 +4,13 @@ # EulerLauncher (Formerly OmniVirt) -Incubated by the technical operation team and infrastructure team of the openEuler community, **EulerLauncer** is a developer tool set integrating virtualization technologies (such as LXD, HyperV, and Virtualization Framework) in mainstream desktop OSs. It utilizes VMs and container images officially released by the openEuler community to provide developers with unified development resource (such as VMs and containers) provisioning and management on Windows, macOS, and Linux, improving the convenience and stability of using the openEuler development environment on mainstream desktop OSs, as well as developer experience. +Incubated by the technical operation team and infrastructure team of the openEuler community, **EulerLauncher** is a developer tool set integrating virtualization technologies (such as LXD, HyperV, and Virtualization Framework) in mainstream desktop OSs. It utilizes VMs and container images officially released by the openEuler community to provide developers with unified development resource (such as VMs and containers) provisioning and management on Windows, macOS, and Linux, improving the convenience and stability of using the openEuler development environment on mainstream desktop OSs, as well as developer experience. *NOTE:* *EulerLauncher was formerly named as OmniVirt. Currently, related documents are being updated according to the new name.* ## Background -Convenient and stable development resources (such as VMs and containers) provided by mainstream desktop OSs are important to openEuler developers, especially for individuals and university developers who have limited resources. Common VM management platforms have many limitations. For examples, VirtualBox requires developers to download a large ISO image and install the OS simultaneously; WSL cannot provide a real openEuler kernel; most VM management software does not fully support Apple Sillicon chips, and a majority of them needs to be paid, all of which greatly hinder developers' efficiency. +Convenient and stable development resources (such as VMs and containers) provided by mainstream desktop OSs are important to openEuler developers, especially for individuals and university developers who have limited resources. Common VM management platforms have many limitations. For examples, VirtualBox requires developers to download a large ISO image and install the OS simultaneously; WSL cannot provide a real openEuler kernel; most VM management software does not fully support Apple Silicon chips, and a majority of them needs to be paid, all of which greatly hinder developers' efficiency. **EulerLauncher** provides a convenient, easy-to-use, and unified developer tool set on mainstream desktop OSs such as Windows, macOS, and Linux (under planning). It supports the x86_64 and AArch64 hardware architectures, including Apple Silicon chips. It also delivers virtual hardware acceleration capabilities for different platforms, providing high-performance development resources. **EulerLauncher** allows developers to utilize VMs, container images (under planning), Daily Build images provided by the community, and other qualified custom images, thereby providing developers with a wide range of choices. diff --git a/README.md b/README.md index c23bfbe..67635d6 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ ## 背景 & 简介 -主流桌面操作系统上提供相关开发资源(虚拟机、容器等)的便利性和稳定性是影响openEuler开发者体验的重要因素,尤其是对于对开发资源受限的个人及高校开发者openEuler开发体验影响更为明显。当前常见的虚拟机管理平台有诸多局限性,如VirtualBox需要下载体积庞大的ISO镜像,同时需要进行操作系统安装等相关操作,WSL无法提供真实的openEuler内核,绝大多数虚拟机管理软件目前对Apple Sillicon芯片支持尚不完善且众多软件需要付费等,这些都极大的降低了开发者的工作效率。 +主流桌面操作系统上提供相关开发资源(虚拟机、容器等)的便利性和稳定性是影响openEuler开发者体验的重要因素,尤其是对于对开发资源受限的个人及高校开发者openEuler开发体验影响更为明显。当前常见的虚拟机管理平台有诸多局限性,如VirtualBox需要下载体积庞大的ISO镜像,同时需要进行操作系统安装等相关操作,WSL无法提供真实的openEuler内核,绝大多数虚拟机管理软件目前对Apple Silicon芯片支持尚不完善且众多软件需要付费等,这些都极大的降低了开发者的工作效率。 -**EulerLauncher**支持在Windows、MacOS及Linux(规划中)等主流桌面操作系统上提供方便、易用、统一体验的开发者工具集,硬件架构支持x86_64及Aarch64(包含Apple Sillicon系列芯片);并支持各平台对应的虚拟化硬件加速能力,为开发者提供高性能的开发资源。**EulerLauncher**支持使用openEuler社区发布的虚拟机、容器(规划中)镜像、openEuler社区提供的Daily Build镜像以及其他符合要求的自定义镜像,为开发者提供多种选择。 +**EulerLauncher**支持在Windows、MacOS及Linux(规划中)等主流桌面操作系统上提供方便、易用、统一体验的开发者工具集,硬件架构支持x86_64及Aarch64(包含Apple Silicon系列芯片);并支持各平台对应的虚拟化硬件加速能力,为开发者提供高性能的开发资源。**EulerLauncher**支持使用openEuler社区发布的虚拟机、容器(规划中)镜像、openEuler社区提供的Daily Build镜像以及其他符合要求的自定义镜像,为开发者提供多种选择。 ## 快速开始 -- Gitee