File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments