From 5f81393f68fdf46bb8535ff6224ff1126066253e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=9D=E5=90=89=E5=A1=94=E5=A4=A7=E7=8E=8B?= Date: Wed, 7 Aug 2024 07:34:51 +0800 Subject: [PATCH 1/3] Swapping the order of creating env and creating property.json --- README.md | 7 ++++--- docs/readmes/README-CN.md | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5aedeab2..0d292c88 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,12 @@ You will need to uncheck "Use Rosetta for x86_64/amd64 emulation on apple silico #### 1. Prepare config files In the root of the project, create these files from the examples. They will be used to store information for Docker Compose later. ```bash -# Create property.json from the example +# Create .env from the example file +cp ./.env.example ./.env + +# Create property.json from the example file cp ./agents/property.json.example ./agents/property.json -# Create .env from the example -cp ./.env.example ./.env ``` #### 2. Setup API keys & Environment variables in .env file diff --git a/docs/readmes/README-CN.md b/docs/readmes/README-CN.md index f8d6c75d..c74cafb0 100644 --- a/docs/readmes/README-CN.md +++ b/docs/readmes/README-CN.md @@ -66,11 +66,12 @@ $ go env -w GOPROXY=https://goproxy.cn,direct #### 1. 准备设置文件 Clone 项目后,在根目录下跑下面的命创建 `property.json` 和 `.env`: ```bash +# 创建 .env 文件 +cp ./.env.example ./.env + # 创建 property.json 文件 cp ./agents/property.json.example ./agents/property.json -# 创建 .env 文件 -cp ./.env.example ./.env ``` #### 2. 绑定积木的 keys From 191178ae09e57c1813f57b5f13b8fbee71e9eaa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=9D=E5=90=89=E5=A1=94=E5=A4=A7=E7=8E=8B?= Date: Wed, 7 Aug 2024 07:56:10 +0800 Subject: [PATCH 2/3] Revert "Swapping the order of creating env and creating property.json" This reverts commit 5f81393f68fdf46bb8535ff6224ff1126066253e. --- README.md | 7 +++---- docs/readmes/README-CN.md | 5 ++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0d292c88..5aedeab2 100644 --- a/README.md +++ b/README.md @@ -63,12 +63,11 @@ You will need to uncheck "Use Rosetta for x86_64/amd64 emulation on apple silico #### 1. Prepare config files In the root of the project, create these files from the examples. They will be used to store information for Docker Compose later. ```bash -# Create .env from the example file -cp ./.env.example ./.env - -# Create property.json from the example file +# Create property.json from the example cp ./agents/property.json.example ./agents/property.json +# Create .env from the example +cp ./.env.example ./.env ``` #### 2. Setup API keys & Environment variables in .env file diff --git a/docs/readmes/README-CN.md b/docs/readmes/README-CN.md index c74cafb0..f8d6c75d 100644 --- a/docs/readmes/README-CN.md +++ b/docs/readmes/README-CN.md @@ -66,12 +66,11 @@ $ go env -w GOPROXY=https://goproxy.cn,direct #### 1. 准备设置文件 Clone 项目后,在根目录下跑下面的命创建 `property.json` 和 `.env`: ```bash -# 创建 .env 文件 -cp ./.env.example ./.env - # 创建 property.json 文件 cp ./agents/property.json.example ./agents/property.json +# 创建 .env 文件 +cp ./.env.example ./.env ``` #### 2. 绑定积木的 keys From 9c1590e7884d56b01c660349219dd7b95fb93b99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=9D=E5=90=89=E5=A1=94=E5=A4=A7=E7=8E=8B?= Date: Wed, 7 Aug 2024 09:59:25 +0800 Subject: [PATCH 3/3] Fixing the url of banner img --- README.md | 2 +- docs/readmes/README-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb43d049..d5f914d2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Banner Image](https://github.com/rte-design/ASTRA.ai/raw/main/images/banner-image-without-tagline.png) +![Astra Banner Image](https://github.com/rte-design/docs/blob/main/assets/imgs/banner-image-without-tagline.png)
diff --git a/docs/readmes/README-CN.md b/docs/readmes/README-CN.md index 2fee5f12..0658235d 100644 --- a/docs/readmes/README-CN.md +++ b/docs/readmes/README-CN.md @@ -1,4 +1,4 @@ -![ASTRA Banner Image](https://github.com/rte-design/ASTRA.ai/raw/main/images/banner-image-without-tagline.png) +![Astra Banner Image](https://github.com/rte-design/docs/blob/main/assets/imgs/banner-image-without-tagline.png)