Update usage instructions in getting-started/usage.mdx
This commit is contained in:
parent
b82884f5bc
commit
21e36cc2f5
1 changed files with 3 additions and 3 deletions
|
|
@ -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]
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue