diff --git a/docs/docs/getting-started/usage.mdx b/docs/docs/getting-started/usage.mdx index 0b9c12d8c..d13426d6d 100644 --- a/docs/docs/getting-started/usage.mdx +++ b/docs/docs/getting-started/usage.mdx @@ -2,13 +2,13 @@ Langflow can be run in a variety of ways, including using the command-line interface (CLI) or HuggingFace Spaces. -```shell +```bash python -m langflow run ``` or -```shell +```bash langflow run # or langflow --help ``` @@ -24,7 +24,7 @@ Langflow provides a command-line interface (CLI) for easy management and configu You can run the Langflow using the following command: -```shell +```bash langflow run [OPTIONS] ```