Update installation instructions in README
This commit is contained in:
parent
1f4e9e5a16
commit
8bf78c65d4
2 changed files with 4 additions and 46 deletions
25
README.md
25
README.md
|
|
@ -81,13 +81,9 @@ Yao has a built-in data management system. By writing **JSON** to describe the i
|
|||
|
||||
## Install
|
||||
|
||||
Run the script under terminal: (MacOS/Linux)
|
||||
Latest Version download and installation:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://website.yaoapps.com/install.sh | bash
|
||||
```
|
||||
|
||||
For Windows users, please refer to the Installation and Debugging chapter: [Installation and debugging](https://yaoapps.com/en-US/doc/Introduction/Install)
|
||||
https://github.com/YaoApp/xgen-dev-app/blob/main/README.md
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
|
@ -109,23 +105,6 @@ yao start # Start installation
|
|||
|
||||
- Password: **A123456p+**
|
||||
|
||||
### Download a project
|
||||
|
||||
Create a new project directory, enter the project directory, run the `yao get` command, and download the application code.
|
||||
|
||||
```bash
|
||||
mkdir -p /data/app # create project directory
|
||||
cd /data/app # Enter the project directory
|
||||
yao get yaoapp/demo-plm # download demo-plm
|
||||
yao start # Start installation
|
||||
```
|
||||
|
||||
**Default Account**
|
||||
|
||||
- User: **xiang@iqka.com**
|
||||
|
||||
- Password: **A123456p+**
|
||||
|
||||
## About Yao
|
||||
|
||||
Yao's name is derived from the Chinese character **爻 (yáo)**, the basic symbol that makes up the Eight Trigrams. The Eight Trigrams is a symbol system created by the ancient god Fuxi after observing and summarizing the laws of nature, which can refer to everything. Yao has two states of yin and yang, like 0 and 1. The transformation of yin and yang of Yao drives the replacement of Eight Trigrams, so as to summarize and record the development law of things.
|
||||
|
|
|
|||
|
|
@ -50,13 +50,9 @@ Yao 内置了一套数据管理系统,通过编写 **JSON** 描述界面布局
|
|||
|
||||
## 安装
|
||||
|
||||
在终端下运行脚本: ( MacOS / Linux )
|
||||
Yao v0.10.4 使用说明
|
||||
|
||||
```bash
|
||||
curl -fsSL https://website.yaoapps.com/install.sh | bash
|
||||
```
|
||||
|
||||
Windows 用户请参考安装调试章节: [安装调试](https://yaoapps.com/doc/%E4%BB%8B%E7%BB%8D/%E5%AE%89%E8%A3%85%E8%B0%83%E8%AF%95)
|
||||
https://github.com/YaoApp/xgen-dev-app/blob/main/README.zh-CN.md
|
||||
|
||||
## 入门指南
|
||||
|
||||
|
|
@ -82,23 +78,6 @@ yao start # 启动安装界面
|
|||
|
||||

|
||||
|
||||
#### 下载已上架应用
|
||||
|
||||
新建一个项目目录,进入项目目录,运行 `yao get` 命令, 下载应用代码。
|
||||
|
||||
```bash
|
||||
mkdir -p /data/app # 创建应用目录
|
||||
cd /data/app # 进入应用目录
|
||||
yao get yaoapp/demo-plm # 下载 demo-plm
|
||||
yao start # 启动安装界面
|
||||
```
|
||||
|
||||
**默认账号**
|
||||
|
||||
- 用户名: **xiang@iqka.com**
|
||||
|
||||
- 密码: **A123456p+**
|
||||
|
||||
## 关于 Yao
|
||||
|
||||
Yao 的名字源于汉字**爻(yáo)**,是构成八卦的基本符号。八卦,是上古大神伏羲观测总结自然规律后,创造的一个可以指代万事万物的符号体系。爻,有阴阳两种状态,就像 0 和 1。爻的阴阳转换,驱动八卦更替,以此来总结记录事物的发展规律。
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue