Skip to content

Commit e874b9a

Browse files
authored
chore(wren-ai-service) Update README.md (#1682)
1 parent 28eb184 commit e874b9a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

wren-ai-service/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@ Please read the [documentation](https://docs.getwren.ai/oss/concept/wren_ai_serv
3636

3737
This creates both `.env.dev` and `config.yaml`. Use `just init --non-dev` to generate only `config.yaml`.
3838

39-
3. **Configure Environment**:
39+
> For Windows, add the line `set shell:= ["bash", "-cu"]` at the start of the Justfile.
40+
41+
4. **Configure Environment**:
4042

4143
- Edit `.env.dev` to set environment variables
4244
- Modify `config.yaml` to configure components, pipelines, and other settings
4345
- Refer to [AI Service Configuration](./docs/configuration.md) for detailed setup instructions
4446

45-
4. **Set Up Development Environment** (optional):
47+
5. **Set Up Development Environment** (optional):
4648

4749
- Install pre-commit hooks:
4850

@@ -56,7 +58,7 @@ Please read the [documentation](https://docs.getwren.ai/oss/concept/wren_ai_serv
5658
poetry run pre-commit run --all-files
5759
```
5860

59-
5. **Run Tests** (optional):
61+
6. **Run Tests** (optional):
6062

6163
```bash
6264
just test

0 commit comments

Comments
 (0)