From 8cebbef626549259d2bbe61d61a32e812088c3f9 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Thu, 11 Nov 2021 09:26:30 +0800 Subject: [PATCH] docs: update --- README.en-US.md | 14 +++++++++++++- README.md | 12 ++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/README.en-US.md b/README.en-US.md index a52a797..aecd3a4 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -6,7 +6,19 @@ The lite version is based on the shelf extracted from https://github.com/xiaoxia ## Usage -I think you should fork the project first, so that you can pull the update synchronously when I update! ! ! +### Installation dependencies + +pnpm install + +### Install a package + +pnpm add packageName + +### Uninstall a package + +pnpm remove packageName + +I think you should fork the project first to develop, so that you can pull the update synchronously when I update! ! ! ## Supporting video tutorial diff --git a/README.md b/README.md index fc741f8..bb79c12 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,18 @@ ## 用法 +### 安装依赖 + +pnpm install + +### 安装一个包 + +pnpm add 包名 + +### 卸载一个包 + +pnpm remove 包名 + 我认为你应该先 fork 项目去开发,以便我更新时你可以同步拉取更新!!! ## 配套视频教程