From c87b110b943e1f06803cac8027acf702a40e2a08 Mon Sep 17 00:00:00 2001 From: QQ <1770362456@qq.com> Date: Sat, 11 Feb 2023 23:07:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=89=E8=A3=85=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 1462553..2960b9f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,22 @@ # 从零开始打造属于自己的nvim + +## 如何在不同的系统安装 +### arch系 --- +```bash +sudo pacman -S neovim nodejs npm +``` + +### ubuntu系 +--- +```bash +curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - +sudo apt-get update +sudo apt-get install -y nodejs +sudo apt-get install neovim +``` + ## 文件结构 --- ```