From 67c0791e30d11d15d3e94de5f7a9942f67372c41 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 4 Oct 2023 15:00:54 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(README.md):=20update=20lang?= =?UTF-8?q?flow=20command=20in=20usage=20instructions=20to=20'langflow=20r?= =?UTF-8?q?un'=20for=20clarity=20and=20consistency=20=F0=9F=93=9D=20docs(R?= =?UTF-8?q?EADME.md):=20update=20langflow=20command=20in=20HuggingFace=20S?= =?UTF-8?q?paces=20section=20to=20'langflow=20run'=20for=20clarity=20and?= =?UTF-8?q?=20consistency=20=F0=9F=93=9D=20docs(README.md):=20remove=20emp?= =?UTF-8?q?ty=20line=20in=20README.md=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 538d53bef..a9effbce6 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ python -m langflow or ```shell -langflow # or langflow --help +langflow run # or langflow --help ``` ### HuggingFace Spaces @@ -92,7 +92,7 @@ Langflow provides a command-line interface (CLI) for easy management and configu You can run the Langflow using the following command: ```shell -langflow [OPTIONS] +langflow run [OPTIONS] ``` Each option is detailed below: @@ -131,7 +131,6 @@ Alternatively, click the **"Open in Cloud Shell"** button below to launch Google [![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/logspace-ai/langflow&working_dir=scripts&shellonly=true&tutorial=walkthroughtutorial_spot.md) - ## Deploy on Railway [![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/JMXEWp?referralCode=MnPSdg)