Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix outdated file path in development instructions (#102)

authored by

Rashmi Raghunandan and committed by
GitHub
5c1f999c f69c543e

+1 -1
+1 -1
docs/DEVELOPMENT.md
··· 155 155 Rules are written in SML, some examples are provided in `example_rules/` with YAML config, the rules are mounted to the worker processes when the containers start via environment variables. ex: 156 156 157 157 ```bash 158 - OSPREY_RULES=./example_rules uv run python3.11 osprey_worker/src/osprey/worker/sinks/cli.py run-rules-sink 158 + OSPREY_RULES=./example_rules uv run python3.11 osprey_worker/src/osprey/worker/cli/sinks.py run-rules-sink 159 159 ``` 160 160 161 161 #### Test Data