From 2c5b796aa14165179b756089947924682903c3e0 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:55:25 +0000 Subject: [PATCH] chore: Add missing make target; update poetry instructions Co-Authored-By: mkeeler@launchdarkly.com --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 006a20a..adcf964 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,8 +19,8 @@ This project should be developed against its minimum compatible version as descr To install the runtime and test requirements: ``` -poetry shell poetry install +eval $(poetry env activate) ``` ### Testing