From 9b9c5df4d4a827abef3d08940db9de5a93f4557f 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:53:10 +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