merge fix

This commit is contained in:
Cristhian Zanforlin Lousa 2023-09-19 11:18:46 -03:00
commit 094fe2cc0d

View file

@ -387,7 +387,7 @@ Your structure should look something like this:
The recommended way to load custom components is to set the _`LANGFLOW_COMPONENTS_PATH`_ environment variable to the path of your custom components directory. Then, run the Langflow CLI as usual.
```bash
export LANGFLOW_COMPONENTS_PATH=/path/to/components
export LANGFLOW_COMPONENTS_PATH='["/path/to/components"]'
langflow
```