Update usage instructions in getting-started/usage.mdx

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-01 17:34:04 -03:00
commit 21e36cc2f5

View file

@ -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]
```