update README

This commit is contained in:
kazuki306 2023-12-09 10:47:50 +09:00
commit 4328c180d8
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ Fargate のタスクはフロントエンドとバックエンドに分かれて
1. 以下のコマンドを実行します。
```shell
git clone -b aws-cdk-dev2 https://github.com/kazuki306/langflow
git clone -b aws-cdk https://github.com/logspace-ai/langflow.git
cd langflow/scripts/aws
cp .env.example .env # 環境設定を変える場合はこのファイル(.env)を編集してください。
npm ci

View file

@ -26,7 +26,7 @@ If you just want to deploy resources, you do not need in-depth knowledge of each
![make-cloud9](./img/langflow-cloud9-en.png)
1. Run the following command in the Cloud9 terminal.
```shell
git clone -b aws-cdk-dev2 https://github.com/kazuki306/langflow
git clone -b aws-cdk https://github.com/logspace-ai/langflow.git
cd langflow/scripts/aws
cp .env.example .env # Edit this file if you need environment settings
npm ci