From ab93e2030b71475a6b2179a48d5fbfae8599ecbf Mon Sep 17 00:00:00 2001 From: moqsien Date: Mon, 3 Jun 2024 17:09:14 +0800 Subject: [PATCH] docs --- docs/introduction.md | 2 ++ docs/zh-cn/introduction.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/introduction.md b/docs/introduction.md index f2ffdc2..6c86460 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -1,5 +1,7 @@ # Introduction +
+ **VMR** is a simple, cross-platform, and well-designed version manager for multiple sdks and tools. It is totally created for general purpose. Maybe you've already heard of fnm, gvm, nvm, pyenv, phpenv, etc. However, none of them can manage multiple programming languages. Managers like asdf-vm support multiple languages, but only works on unix-like systems, and makes things look complicated. Therefore, **VMR** comes. diff --git a/docs/zh-cn/introduction.md b/docs/zh-cn/introduction.md index c050773..cac85ff 100644 --- a/docs/zh-cn/introduction.md +++ b/docs/zh-cn/introduction.md @@ -1,5 +1,7 @@ # vmr简介 +
+ **VMR**是一款简单,跨平台,且经过良好设计的版本管理器,用于管理多种SDK以及其他工具。它完全是为了通用目的而创建的。 你可能已经听说过fnm,gvm,nvm,pyenv,phpenv等SDK版本管理工具。然而,它们很多都不能管理多种编程语言。像asdf-vm这样的管理器支持多种语言,但只适用于类unix系统,并且看起来非常复杂。因此,**VMR**的出现主要就是为了解决这些问题。