feat: update docs

This commit is contained in:
chenos 2023-02-22 12:42:36 +08:00
parent 944f327212
commit f6dad11441
6 changed files with 8 additions and 8 deletions

View File

@ -4,10 +4,10 @@
Make sure you have:
- Installed Node.js 14+, Yarn 1.22.x
- Installed Node.js 16+, Yarn 1.22.x
- Configured and started one of the required database SQLite 3.x, MySQL 8.x, PostgreSQL 10.x
Please make sure you have Node.js 14.x or above installed. You can download and install the latest LTS version from the official website. It is recommended to use nvm (or nvm-windows for Win systems) to manage Node.js versions if you plan to work with Node.js for a long time.
Please make sure you have Node.js 16.x or above installed. You can download and install the latest LTS version from the official website. It is recommended to use nvm (or nvm-windows for Win systems) to manage Node.js versions if you plan to work with Node.js for a long time.
```bash
$ node -v

View File

@ -4,7 +4,7 @@
Make sure you have:
- Git, Node.js 14+, Yarn 1.22.x installed
- Git, Node.js 16+, Yarn 1.22.x installed
- Configured and started the required database SQLite 3.x, MySQL 8.x, PostgreSQL 10.x choose one
## 1. Download with Git

View File

@ -4,10 +4,10 @@
Aşağıdaki gereksinimlere sahip olduğunuza emin olun:
- Node.js 14+, Yarn 1.22.x kurulu olmalı
- Node.js 16+, Yarn 1.22.x kurulu olmalı
- SQLite 3.x, MySQL 8.x, PostgreSQL 10.x veritabanlarından birisinin kurulup yapılandırıldığı ve çalışır durumda olduğuna emin olun
Lütfen Node.js 14.x veya üstünün kurulu olduğundan emin olun. En son LTS sürümünü resmi web sitesinden indirebilir ve yükleyebilirsiniz. Node.js ile uzun süre çalışmayı planlıyorsanız, Node.js sürümlerini yönetmek için nvm (veya Win sistemleri için nvm-windows) kullanmanız önerilir.
Lütfen Node.js 16.x veya üstünün kurulu olduğundan emin olun. En son LTS sürümünü resmi web sitesinden indirebilir ve yükleyebilirsiniz. Node.js ile uzun süre çalışmayı planlıyorsanız, Node.js sürümlerini yönetmek için nvm (veya Win sistemleri için nvm-windows) kullanmanız önerilir.
```bash
$ node -v

View File

@ -4,7 +4,7 @@
Aşağıdaki gereksinimlere sahip olduğunuza emin olun:
- Node.js 14+, Yarn 1.22.x kurulu olmalı
- Node.js 16+, Yarn 1.22.x kurulu olmalı
- SQLite 3.x, MySQL 8.x, PostgreSQL 10.x veritabanlarından birisinin kurulup yapılandırıldığı ve çalışır durumda olduğuna emin olun
## 1. Git ile indirin

View File

@ -4,7 +4,7 @@
请确保你已经:
- 安装了 Node.js 14+、Yarn 1.22.x
- 安装了 Node.js 16+、Yarn 1.22.x
- 配置并启动了所需数据库 SQLite 3.x、MySQL 8.x、PostgreSQL 10.x 任选其一
如果你没有安装 Node.js 可以从官网下载并安装最新的 LTS 版本。如果你打算长期与 Node.js 打交道,推荐使用 nvmWin 系统可以使用 nvm-windows )来管理 Node.js 版本。

View File

@ -4,7 +4,7 @@
请确保你已经:
- 安装了 Git、Node.js 14+、Yarn 1.22.x
- 安装了 Git、Node.js 16+、Yarn 1.22.x
- 配置并启动了所需数据库 SQLite 3.x、MySQL 8.x、PostgreSQL 10.x 任选其一
## 1. 将 NocoBase 下载到本地