Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1144

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Download and Install [NodeJS](https://nodejs.org/en/download) >= 18.15.0

Flowise has 3 different modules in a single mono repository.

- `server`: Node backend to serve API logics
- `server`: Node backend to serve API logic
- `ui`: React frontend
- `components`: Langchain components

Expand All @@ -88,7 +88,7 @@ Flowise has 3 different modules in a single mono repository.
git clone https://github.com/FlowiseAI/Flowise.git
```

2. Go into repository folder
2. Go into the repository folder

```bash
cd Flowise
Expand Down Expand Up @@ -137,7 +137,7 @@ FLOWISE_PASSWORD=1234

## 🌱 Env Variables

Flowise support different environment variables to configure your instance. You can specify the following variables in the `.env` file inside `packages/server` folder. Read [more](https://github.com/FlowiseAI/Flowise/blob/main/CONTRIBUTING.md#-env-variables)
Flowise supports different environment variables to configure your instance. You can specify the following variables in the `.env` file inside `packages/server` folder. Read [more](https://github.com/FlowiseAI/Flowise/blob/main/CONTRIBUTING.md#-env-variables)

## 📖 Documentation

Expand Down Expand Up @@ -190,4 +190,4 @@ See [contributing guide](CONTRIBUTING.md). Reach out to us at [Discord](https://

## 📄 License

Source code in this repository is made available under the [Apache License Version 2.0](LICENSE.md).
The source code in this repository is made available under the [Apache License Version 2.0](LICENSE.md).
Loading