From 4328c180d8bcdcfc494fd3e6b019d0dac0c59763 Mon Sep 17 00:00:00 2001 From: kazuki306 Date: Sat, 9 Dec 2023 10:47:50 +0900 Subject: [PATCH] update README --- scripts/aws/README.ja.md | 2 +- scripts/aws/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/aws/README.ja.md b/scripts/aws/README.ja.md index e8c7c6a81..aa3b6c710 100644 --- a/scripts/aws/README.ja.md +++ b/scripts/aws/README.ja.md @@ -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 diff --git a/scripts/aws/README.md b/scripts/aws/README.md index 06c475ae8..cd5f25b8a 100644 --- a/scripts/aws/README.md +++ b/scripts/aws/README.md @@ -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