diff --git a/docs/docs/getting-started/installation.md b/docs/docs/getting-started/installation.mdx similarity index 57% rename from docs/docs/getting-started/installation.md rename to docs/docs/getting-started/installation.mdx index 09182ebe8..ab2a7f3e8 100644 --- a/docs/docs/getting-started/installation.md +++ b/docs/docs/getting-started/installation.mdx @@ -10,8 +10,12 @@ You can install **Langflow** using pip: pip install langflow ``` -Next, run: +Langflow has a CLI for easy management and configuration. + +## Usage + +You can run Langflow using the following command: ```bash -langflow run +langflow run [OPTIONS] ```